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 copy 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 PartialEq for AlignmentHorizontal
impl PartialEq 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