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