pub enum TableAlignmentType {
Center,
Left,
Right,
}
Variants§
Trait Implementations§
Source§impl Clone for TableAlignmentType
impl Clone for TableAlignmentType
Source§fn clone(&self) -> TableAlignmentType
fn clone(&self) -> TableAlignmentType
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 TableAlignmentType
impl Debug for TableAlignmentType
Source§impl Display for TableAlignmentType
impl Display for TableAlignmentType
Source§impl FromStr for TableAlignmentType
impl FromStr for TableAlignmentType
impl Copy for TableAlignmentType
Auto Trait Implementations§
impl Freeze for TableAlignmentType
impl RefUnwindSafe for TableAlignmentType
impl Send for TableAlignmentType
impl Sync for TableAlignmentType
impl Unpin for TableAlignmentType
impl UnwindSafe for TableAlignmentType
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