pub enum GridSpan {
Single,
Wide,
Tall,
Large,
}Expand description
Grid item span configuration
Variants§
Trait Implementations§
impl Copy for GridSpan
impl Eq for GridSpan
impl StructuralPartialEq for GridSpan
Auto Trait Implementations§
impl Freeze for GridSpan
impl RefUnwindSafe for GridSpan
impl Send for GridSpan
impl Sync for GridSpan
impl Unpin for GridSpan
impl UnsafeUnpin for GridSpan
impl UnwindSafe for GridSpan
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