Enum docx_reader::WpXMLElement
source · pub enum WpXMLElement {
Inline,
Anchor,
SimplePos,
PositionH,
PosOffset,
PositionV,
Extent,
EffectExtent,
WrapNone,
DocProperty,
Unsupported,
}Variants§
Inline
Anchor
SimplePos
PositionH
PosOffset
PositionV
Extent
EffectExtent
WrapNone
DocProperty
Unsupported
Trait Implementations§
source§impl Debug for WpXMLElement
impl Debug for WpXMLElement
source§impl FromStr for WpXMLElement
impl FromStr for WpXMLElement
source§impl PartialEq for WpXMLElement
impl PartialEq for WpXMLElement
source§fn eq(&self, other: &WpXMLElement) -> bool
fn eq(&self, other: &WpXMLElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WpXMLElement
Auto Trait Implementations§
impl RefUnwindSafe for WpXMLElement
impl Send for WpXMLElement
impl Sync for WpXMLElement
impl Unpin for WpXMLElement
impl UnwindSafe for WpXMLElement
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