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