Enum tailwind_parse::AlignSelf
source · pub enum AlignSelf {
Auto,
Start,
End,
Center,
Stretch,
Baseline,
}
Variants
Auto
Start
End
Center
Stretch
Baseline
Trait Implementations
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
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