pub enum StackJustify {
Start,
Center,
End,
SpaceBetween,
SpaceAround,
SpaceEvenly,
}Variants§
Trait Implementations§
Source§impl Clone for StackJustify
impl Clone for StackJustify
Source§fn clone(&self) -> StackJustify
fn clone(&self) -> StackJustify
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StackJustify
impl Debug for StackJustify
Source§impl PartialEq for StackJustify
impl PartialEq for StackJustify
impl Copy for StackJustify
impl StructuralPartialEq for StackJustify
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