pub enum Cellsize {
Auto,
Sized(Size),
}Expand description
Possible cell size, Auto will make the size be selected based on the font.
Variants§
Trait Implementations§
impl Eq for Cellsize
impl StructuralPartialEq for Cellsize
Auto Trait Implementations§
impl Freeze for Cellsize
impl RefUnwindSafe for Cellsize
impl Send for Cellsize
impl Sync for Cellsize
impl Unpin for Cellsize
impl UnwindSafe for Cellsize
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