pub enum XMLTreeParseError {
NoStringPool,
NoRoot,
TooManyEndNamespaces,
TooFewEndNamespaces,
TooManyEndElements,
TooFewEndElements,
UnrecognisedChunk(ResType),
MultipleRootNodes,
}Variants§
NoStringPool
NoRoot
TooManyEndNamespaces
TooFewEndNamespaces
TooManyEndElements
TooFewEndElements
UnrecognisedChunk(ResType)
MultipleRootNodes
Trait Implementations§
Source§impl Debug for XMLTreeParseError
impl Debug for XMLTreeParseError
Auto Trait Implementations§
impl Freeze for XMLTreeParseError
impl RefUnwindSafe for XMLTreeParseError
impl Send for XMLTreeParseError
impl Sync for XMLTreeParseError
impl Unpin for XMLTreeParseError
impl UnsafeUnpin for XMLTreeParseError
impl UnwindSafe for XMLTreeParseError
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