pub enum TableColumnIndent {
Enable,
Disable,
}Expand description
Single-choice indentation policy for a table column.
Variants§
Enable
Use the current indent value when entering the column.
Disable
Disable indentation for the column.
Implementations§
Trait Implementations§
Source§impl Clone for TableColumnIndent
impl Clone for TableColumnIndent
Source§fn clone(&self) -> TableColumnIndent
fn clone(&self) -> TableColumnIndent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableColumnIndent
impl Debug for TableColumnIndent
Source§impl Hash for TableColumnIndent
impl Hash for TableColumnIndent
Source§impl PartialEq for TableColumnIndent
impl PartialEq for TableColumnIndent
Source§fn eq(&self, other: &TableColumnIndent) -> bool
fn eq(&self, other: &TableColumnIndent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TableColumnIndent
impl Eq for TableColumnIndent
impl StructuralPartialEq for TableColumnIndent
Auto Trait Implementations§
impl Freeze for TableColumnIndent
impl RefUnwindSafe for TableColumnIndent
impl Send for TableColumnIndent
impl Sync for TableColumnIndent
impl Unpin for TableColumnIndent
impl UnsafeUnpin for TableColumnIndent
impl UnwindSafe for TableColumnIndent
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