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
impl StructuralPartialEq for WpXMLElement
Auto Trait Implementations§
impl Freeze for WpXMLElement
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