pub enum RowJustify {
Start,
Center,
End,
SpaceBetween,
SpaceAround,
SpaceEvenly,
}Variants§
Trait Implementations§
Source§impl Clone for RowJustify
impl Clone for RowJustify
Source§fn clone(&self) -> RowJustify
fn clone(&self) -> RowJustify
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 RowJustify
impl Debug for RowJustify
Source§impl PartialEq for RowJustify
impl PartialEq for RowJustify
impl Copy for RowJustify
impl StructuralPartialEq for RowJustify
Auto Trait Implementations§
impl Freeze for RowJustify
impl RefUnwindSafe for RowJustify
impl Send for RowJustify
impl Sync for RowJustify
impl Unpin for RowJustify
impl UnwindSafe for RowJustify
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