Enum tailwind_parse::AlignSelf
source · pub enum AlignSelf {
Auto,
Start,
End,
Center,
Stretch,
Baseline,
}
Variants§
Trait Implementations§
source§impl PartialEq<AlignSelf> for AlignSelf
impl PartialEq<AlignSelf> for AlignSelf
impl Copy for AlignSelf
impl Eq for AlignSelf
impl StructuralEq for AlignSelf
impl StructuralPartialEq for AlignSelf
Auto Trait Implementations§
impl RefUnwindSafe for AlignSelf
impl Send for AlignSelf
impl Sync for AlignSelf
impl Unpin for AlignSelf
impl UnwindSafe for AlignSelf
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