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