pub struct XmlRelaxNGValidError { /* private fields */ }Expand description
A RelaxNGs validation error
Trait Implementations§
Source§impl Default for XmlRelaxNGValidError
impl Default for XmlRelaxNGValidError
Source§fn default() -> XmlRelaxNGValidError
fn default() -> XmlRelaxNGValidError
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XmlRelaxNGValidError
impl !RefUnwindSafe for XmlRelaxNGValidError
impl !Send for XmlRelaxNGValidError
impl !Sync for XmlRelaxNGValidError
impl Unpin for XmlRelaxNGValidError
impl !UnwindSafe for XmlRelaxNGValidError
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