pub enum TableColWidths {
Columns(Vec<f64>),
Auto,
}Expand description
An enumeration of different horizontal alignment options.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableColWidths
impl RefUnwindSafe for TableColWidths
impl Send for TableColWidths
impl Sync for TableColWidths
impl Unpin for TableColWidths
impl UnwindSafe for TableColWidths
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