pub enum GridFlow {
Row,
Column,
RowDense,
ColumnDense,
}Expand description
grid-auto-flow: how auto-placed items fill the implicit grid.
Variants§
Trait Implementations§
impl Copy for GridFlow
impl StructuralPartialEq for GridFlow
Auto Trait Implementations§
impl Freeze for GridFlow
impl RefUnwindSafe for GridFlow
impl Send for GridFlow
impl Sync for GridFlow
impl Unpin for GridFlow
impl UnsafeUnpin for GridFlow
impl UnwindSafe for GridFlow
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