pub enum RowAlign {
Start,
Center,
End,
Stretch,
}Variants§
Trait Implementations§
impl Copy for RowAlign
impl StructuralPartialEq for RowAlign
Auto Trait Implementations§
impl Freeze for RowAlign
impl RefUnwindSafe for RowAlign
impl Send for RowAlign
impl Sync for RowAlign
impl Unpin for RowAlign
impl UnwindSafe for RowAlign
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