Enum docx_reader::VXMLElement
source · pub enum VXMLElement {
Rect,
Stroke,
Fill,
TextBox,
Shape,
ImageData,
Unsupported,
}Variants§
Trait Implementations§
source§impl Debug for VXMLElement
impl Debug for VXMLElement
source§impl FromStr for VXMLElement
impl FromStr for VXMLElement
source§impl PartialEq for VXMLElement
impl PartialEq for VXMLElement
source§fn eq(&self, other: &VXMLElement) -> bool
fn eq(&self, other: &VXMLElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VXMLElement
Auto Trait Implementations§
impl RefUnwindSafe for VXMLElement
impl Send for VXMLElement
impl Sync for VXMLElement
impl Unpin for VXMLElement
impl UnwindSafe for VXMLElement
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