Enum tailwind_parse::Max
source · pub enum Max {
W,
H,
}
Variants§
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§
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