Enum docx_reader::width_type::WidthType
source · pub enum WidthType {
Dxa,
Auto,
Pct,
Nil,
Unsupported,
}Variants§
Trait Implementations§
source§impl PartialEq for WidthType
impl PartialEq for WidthType
impl Copy for WidthType
impl StructuralPartialEq for WidthType
Auto Trait Implementations§
impl RefUnwindSafe for WidthType
impl Send for WidthType
impl Sync for WidthType
impl Unpin for WidthType
impl UnwindSafe for WidthType
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