pub enum CellAlign {
Left,
Center,
Right,
}Expand description
Horizontal text alignment within a table cell.
Registration policy: Specification Required.
Variants§
Left
Align text to the left edge of the cell.
Center
Center text horizontally in the cell.
Right
Align text to the right edge of the cell.
Trait Implementations§
impl Copy for CellAlign
impl Eq for CellAlign
impl StructuralPartialEq for CellAlign
Auto Trait Implementations§
impl Freeze for CellAlign
impl RefUnwindSafe for CellAlign
impl Send for CellAlign
impl Sync for CellAlign
impl Unpin for CellAlign
impl UnsafeUnpin for CellAlign
impl UnwindSafe for CellAlign
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