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