pub enum AlignmentVertical {
Center,
Top,
Bottom,
}
Expand description
AlignmentVertical
represents an vertical alignment of a cell content.
Variants§
Trait Implementations§
Source§impl Clone for AlignmentVertical
impl Clone for AlignmentVertical
Source§fn clone(&self) -> AlignmentVertical
fn clone(&self) -> AlignmentVertical
Returns a copy 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 AlignmentVertical
impl Debug for AlignmentVertical
Source§impl PartialEq for AlignmentVertical
impl PartialEq for AlignmentVertical
impl Copy for AlignmentVertical
impl Eq for AlignmentVertical
impl StructuralPartialEq 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 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