Enum docx_rust::formatting::TableIndentUnit
source · [−]pub enum TableIndentUnit {
Auto,
Dxa,
Nil,
Pct,
}
Variants
Auto
Dxa
Nil
Pct
Trait Implementations
sourceimpl Clone for TableIndentUnit
impl Clone for TableIndentUnit
sourcefn clone(&self) -> TableIndentUnit
fn clone(&self) -> TableIndentUnit
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 TableIndentUnit
impl Debug for TableIndentUnit
sourceimpl Display for TableIndentUnit
impl Display for TableIndentUnit
sourceimpl From<TableIndentUnit> for TableIndent
impl From<TableIndentUnit> for TableIndent
sourcefn from(val: TableIndentUnit) -> Self
fn from(val: TableIndentUnit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for TableIndentUnit
impl Send for TableIndentUnit
impl Sync for TableIndentUnit
impl Unpin for TableIndentUnit
impl UnwindSafe for TableIndentUnit
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