pub enum CellVAlign {
Top,
Middle,
Bottom,
}Expand description
Vertical text alignment
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CellVAlign
impl Clone for CellVAlign
Source§fn clone(&self) -> CellVAlign
fn clone(&self) -> CellVAlign
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 CellVAlign
impl Debug for CellVAlign
Source§impl Default for CellVAlign
impl Default for CellVAlign
Source§fn default() -> CellVAlign
fn default() -> CellVAlign
Returns the “default value” for a type. Read more
Source§impl PartialEq for CellVAlign
impl PartialEq for CellVAlign
impl StructuralPartialEq for CellVAlign
Auto Trait Implementations§
impl Freeze for CellVAlign
impl RefUnwindSafe for CellVAlign
impl Send for CellVAlign
impl Sync for CellVAlign
impl Unpin for CellVAlign
impl UnwindSafe for CellVAlign
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