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
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