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