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