Enum whitespacesv::ColumnAlignment
source · pub enum ColumnAlignment {
Left,
Right,
Packed,
}Variants§
Trait Implementations§
source§impl Default for ColumnAlignment
impl Default for ColumnAlignment
source§fn default() -> ColumnAlignment
fn default() -> ColumnAlignment
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ColumnAlignment
impl Send for ColumnAlignment
impl Sync for ColumnAlignment
impl Unpin for ColumnAlignment
impl UnwindSafe for ColumnAlignment
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