pub enum ParserCategory {
Show 15 variants
Spacing,
Color,
Typography,
Layout,
Positioning,
Flexbox,
Grid,
Borders,
Effects,
Transforms,
Animations,
Interactive,
Background,
Transitions,
Accessibility,
}Expand description
Re-export core tailwind-rs functionality Parser categories for organization
Variants§
Spacing
Color
Typography
Layout
Positioning
Flexbox
Grid
Borders
Effects
Transforms
Animations
Interactive
Background
Transitions
Accessibility
Trait Implementations§
Source§impl Clone for ParserCategory
impl Clone for ParserCategory
Source§fn clone(&self) -> ParserCategory
fn clone(&self) -> ParserCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserCategory
impl Debug for ParserCategory
Source§impl PartialEq for ParserCategory
impl PartialEq for ParserCategory
impl StructuralPartialEq for ParserCategory
Auto Trait Implementations§
impl Freeze for ParserCategory
impl RefUnwindSafe for ParserCategory
impl Send for ParserCategory
impl Sync for ParserCategory
impl Unpin for ParserCategory
impl UnwindSafe for ParserCategory
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