pub enum AlignmentVertical {
Center,
Start,
End,
SpaceAround,
SpaceBetween,
Stretch,
}Variants§
Trait Implementations§
Source§impl Clone for AlignmentVertical
impl Clone for AlignmentVertical
Source§fn clone(&self) -> AlignmentVertical
fn clone(&self) -> AlignmentVertical
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlignmentVertical
Auto Trait Implementations§
impl Freeze for AlignmentVertical
impl RefUnwindSafe for AlignmentVertical
impl Send for AlignmentVertical
impl Sync for AlignmentVertical
impl Unpin for AlignmentVertical
impl UnsafeUnpin for AlignmentVertical
impl UnwindSafe for AlignmentVertical
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