Enum tailwind_parse::Grid
source · pub enum Grid {
Cols,
Rows,
FlowRow,
FlowCol,
FlowDense,
FlowRowDense,
FlowColDense,
}
Variants§
Trait Implementations§
source§impl PartialEq<Grid> for Grid
impl PartialEq<Grid> for Grid
impl Copy for Grid
impl Eq for Grid
impl StructuralEq for Grid
impl StructuralPartialEq for Grid
Auto Trait Implementations§
impl RefUnwindSafe for Grid
impl Send for Grid
impl Sync for Grid
impl Unpin for Grid
impl UnwindSafe for Grid
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