Enum netsblox_ast::XmlError
source · pub enum XmlError {
Read {
error: Error,
},
IllegalSequence {
sequence: String,
},
UnexpectedEof,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XmlError
impl Send for XmlError
impl Sync for XmlError
impl Unpin for XmlError
impl UnwindSafe for XmlError
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