Enum docx_reader::AXMLElement
source · pub enum AXMLElement {
Show 17 variants
Graphic,
GraphicData,
Xfrm,
Blip,
Off,
Ext,
PrstGeom,
SolidFill,
Ln,
FontScheme,
MajorFont,
MinorFont,
Latin,
Ea,
Cs,
Font,
Unsupported,
}Variants§
Graphic
GraphicData
Xfrm
Blip
Off
Ext
PrstGeom
SolidFill
Ln
FontScheme
MajorFont
MinorFont
Latin
Ea
Cs
Font
Unsupported
Trait Implementations§
source§impl Debug for AXMLElement
impl Debug for AXMLElement
source§impl FromStr for AXMLElement
impl FromStr for AXMLElement
source§impl PartialEq for AXMLElement
impl PartialEq for AXMLElement
source§fn eq(&self, other: &AXMLElement) -> bool
fn eq(&self, other: &AXMLElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AXMLElement
Auto Trait Implementations§
impl RefUnwindSafe for AXMLElement
impl Send for AXMLElement
impl Sync for AXMLElement
impl Unpin for AXMLElement
impl UnwindSafe for AXMLElement
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