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