pub enum AlignmentVertical {
Center,
Top,
Bottom,
}
Expand description
AlignmentVertical
represents an vertical alignment of a cell content.
Variants§
Trait Implementations§
Source§impl Clone for AlignmentVertical
impl Clone for AlignmentVertical
Source§fn clone(&self) -> AlignmentVertical
fn clone(&self) -> AlignmentVertical
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AlignmentVertical
impl Debug for AlignmentVertical
Source§impl From<AlignmentVertical> for Alignment
impl From<AlignmentVertical> for Alignment
Source§fn from(value: AlignmentVertical) -> Self
fn from(value: AlignmentVertical) -> Self
Converts to this type from the input type.
Source§impl Hash for AlignmentVertical
impl Hash for AlignmentVertical
Source§impl Ord for AlignmentVertical
impl Ord for AlignmentVertical
Source§fn cmp(&self, other: &AlignmentVertical) -> Ordering
fn cmp(&self, other: &AlignmentVertical) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlignmentVertical
impl PartialEq for AlignmentVertical
Source§impl PartialOrd for AlignmentVertical
impl PartialOrd for AlignmentVertical
impl Copy for AlignmentVertical
impl Eq for AlignmentVertical
impl StructuralPartialEq for AlignmentVertical
Auto Trait Implementations§
impl Freeze for AlignmentVertical
impl RefUnwindSafe for AlignmentVertical
impl Send for AlignmentVertical
impl Sync for AlignmentVertical
impl Unpin for AlignmentVertical
impl UnwindSafe for AlignmentVertical
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more