Enum tailwind_parse::Divide
source · pub enum Divide {
X,
Y,
Solid,
Dashed,
Dotted,
Double,
None,
}
Variants
X
Y
Solid
Dashed
Dotted
Double
None
Trait Implementations
impl Copy for Divide
impl Eq for Divide
impl StructuralEq for Divide
impl StructuralPartialEq for Divide
Auto Trait Implementations
impl RefUnwindSafe for Divide
impl Send for Divide
impl Sync for Divide
impl Unpin for Divide
impl UnwindSafe for Divide
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