pub enum StackJustify {
Start,
Center,
End,
SpaceBetween,
SpaceAround,
SpaceEvenly,
}Variants§
Auto Trait Implementations§
impl Freeze for StackJustify
impl RefUnwindSafe for StackJustify
impl Send for StackJustify
impl Sync for StackJustify
impl Unpin for StackJustify
impl UnwindSafe for StackJustify
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