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