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