pub enum TableMode {
Flex,
Fixed(usize),
Full,
}
Variants§
Auto Trait Implementations§
impl Freeze for TableMode
impl RefUnwindSafe for TableMode
impl Send for TableMode
impl Sync for TableMode
impl Unpin for TableMode
impl UnwindSafe for TableMode
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