pub enum MalformedXMLKind {
UnexpectedEof,
Other,
}
Expand description
The kind of XML malformation that was encountered
Variants§
Trait Implementations§
Source§impl Clone for MalformedXMLKind
impl Clone for MalformedXMLKind
Source§fn clone(&self) -> MalformedXMLKind
fn clone(&self) -> MalformedXMLKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MalformedXMLKind
impl Debug for MalformedXMLKind
Source§impl Hash for MalformedXMLKind
impl Hash for MalformedXMLKind
Source§impl PartialEq for MalformedXMLKind
impl PartialEq for MalformedXMLKind
impl Copy for MalformedXMLKind
impl Eq for MalformedXMLKind
impl StructuralPartialEq for MalformedXMLKind
Auto Trait Implementations§
impl Freeze for MalformedXMLKind
impl RefUnwindSafe for MalformedXMLKind
impl Send for MalformedXMLKind
impl Sync for MalformedXMLKind
impl Unpin for MalformedXMLKind
impl UnwindSafe for MalformedXMLKind
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