pub struct ElementNotFoundError;
Trait Implementations§
Source§impl Debug for ElementNotFoundError
impl Debug for ElementNotFoundError
Auto Trait Implementations§
impl Freeze for ElementNotFoundError
impl RefUnwindSafe for ElementNotFoundError
impl Send for ElementNotFoundError
impl Sync for ElementNotFoundError
impl Unpin for ElementNotFoundError
impl UnwindSafe for ElementNotFoundError
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