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