pub enum Align {
Left,
Center,
Right,
Decimal,
}Expand description
The column alignments
Numbers are only considered as non-text when align is Decimal.
Variants§
Left
Left aligned text
Center
Centered text
Right
Right aligned text
Decimal
Numbers right aligned and aligned with their fractional dot
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Align
impl RefUnwindSafe for Align
impl Send for Align
impl Sync for Align
impl Unpin for Align
impl UnwindSafe for Align
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