Enum docx_rs::WpsXMLElement
source · pub enum WpsXMLElement {
Wsp,
CNvSpProperty,
SpProperty,
Style,
Txbx,
BodyPr,
Unsupported,
}Variants§
Trait Implementations§
source§impl Debug for WpsXMLElement
impl Debug for WpsXMLElement
source§impl FromStr for WpsXMLElement
impl FromStr for WpsXMLElement
source§impl PartialEq for WpsXMLElement
impl PartialEq for WpsXMLElement
source§fn eq(&self, other: &WpsXMLElement) -> bool
fn eq(&self, other: &WpsXMLElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WpsXMLElement
Auto Trait Implementations§
impl Freeze for WpsXMLElement
impl RefUnwindSafe for WpsXMLElement
impl Send for WpsXMLElement
impl Sync for WpsXMLElement
impl Unpin for WpsXMLElement
impl UnwindSafe for WpsXMLElement
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