pub enum TableWidth {
Length(u32),
Percentage(u32),
}Variants§
Auto Trait Implementations§
impl Freeze for TableWidth
impl RefUnwindSafe for TableWidth
impl Send for TableWidth
impl Sync for TableWidth
impl Unpin for TableWidth
impl UnwindSafe for TableWidth
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