Enum tailwind_parse::Snap
source · pub enum Snap {
Start,
End,
Center,
Normal,
Always,
None,
X,
Y,
Both,
Mandatory,
Proximity,
}
Variants§
Trait Implementations§
source§impl PartialEq<Snap> for Snap
impl PartialEq<Snap> for Snap
impl Copy for Snap
impl Eq for Snap
impl StructuralEq for Snap
impl StructuralPartialEq for Snap
Auto Trait Implementations§
impl RefUnwindSafe for Snap
impl Send for Snap
impl Sync for Snap
impl Unpin for Snap
impl UnwindSafe for Snap
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