Enum tailwind_parse::Prose
source · pub enum Prose {
Invert,
}
Variants
Invert
Trait Implementations
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
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