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