pub enum TabAlign {
Left,
Center,
Right,
Decimal,
Bar,
}Expand description
Alignment relative to a tab stop.
Variants§
Trait Implementations§
impl Copy for TabAlign
impl Eq for TabAlign
impl StructuralPartialEq for TabAlign
Auto Trait Implementations§
impl Freeze for TabAlign
impl RefUnwindSafe for TabAlign
impl Send for TabAlign
impl Sync for TabAlign
impl Unpin for TabAlign
impl UnsafeUnpin for TabAlign
impl UnwindSafe for TabAlign
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