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