pub enum AlignmentHorizontal {
Center,
Left,
Right,
}
Expand description
AlignmentHorizontal
represents an horizontal alignment of a cell content.
Variants§
Trait Implementations§
Source§impl Clone for AlignmentHorizontal
impl Clone for AlignmentHorizontal
Source§fn clone(&self) -> AlignmentHorizontal
fn clone(&self) -> AlignmentHorizontal
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 AlignmentHorizontal
impl Debug for AlignmentHorizontal
Source§impl From<AlignmentHorizontal> for Alignment
impl From<AlignmentHorizontal> for Alignment
Source§fn from(value: AlignmentHorizontal) -> Self
fn from(value: AlignmentHorizontal) -> Self
Converts to this type from the input type.
Source§impl Hash for AlignmentHorizontal
impl Hash for AlignmentHorizontal
Source§impl Ord for AlignmentHorizontal
impl Ord for AlignmentHorizontal
Source§fn cmp(&self, other: &AlignmentHorizontal) -> Ordering
fn cmp(&self, other: &AlignmentHorizontal) -> 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 AlignmentHorizontal
impl PartialEq for AlignmentHorizontal
Source§impl PartialOrd for AlignmentHorizontal
impl PartialOrd for AlignmentHorizontal
impl Copy for AlignmentHorizontal
impl Eq for AlignmentHorizontal
impl StructuralPartialEq for AlignmentHorizontal
Auto Trait Implementations§
impl Freeze for AlignmentHorizontal
impl RefUnwindSafe for AlignmentHorizontal
impl Send for AlignmentHorizontal
impl Sync for AlignmentHorizontal
impl Unpin for AlignmentHorizontal
impl UnwindSafe for AlignmentHorizontal
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