pub struct HxmlError { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HxmlError
impl RefUnwindSafe for HxmlError
impl Send for HxmlError
impl Sync for HxmlError
impl Unpin for HxmlError
impl UnwindSafe for HxmlError
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