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