Enum tailwind_parse::Grid
source · pub enum Grid {
Cols,
Rows,
FlowRow,
FlowCol,
FlowDense,
FlowRowDense,
FlowColDense,
}
Variants
Cols
Rows
FlowRow
FlowCol
FlowDense
FlowRowDense
FlowColDense
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more