pub enum TableJustificationVal {
Start,
End,
Center,
}
Variants
Start
End
Center
Trait Implementations
sourceimpl Clone for TableJustificationVal
impl Clone for TableJustificationVal
sourcefn clone(&self) -> TableJustificationVal
fn clone(&self) -> TableJustificationVal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TableJustificationVal
impl Debug for TableJustificationVal
sourceimpl Display for TableJustificationVal
impl Display for TableJustificationVal
sourceimpl From<TableJustificationVal> for TableJustification
impl From<TableJustificationVal> for TableJustification
sourcefn from(val: TableJustificationVal) -> Self
fn from(val: TableJustificationVal) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for TableJustificationVal
impl Send for TableJustificationVal
impl Sync for TableJustificationVal
impl Unpin for TableJustificationVal
impl UnwindSafe for TableJustificationVal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more