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