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