Enum tailwind_parse::Prose
source · pub enum Prose {
Invert,
}
Variants§
Invert
Trait Implementations§
source§impl PartialEq<Prose> for Prose
impl PartialEq<Prose> for Prose
impl Copy for Prose
impl Eq for Prose
impl StructuralEq for Prose
impl StructuralPartialEq for Prose
Auto Trait Implementations§
impl RefUnwindSafe for Prose
impl Send for Prose
impl Sync for Prose
impl Unpin for Prose
impl UnwindSafe for Prose
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