pub struct KeyNotFoundError;Expand description
Error returned if attempting to remove a key that does not exist.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyNotFoundError
impl RefUnwindSafe for KeyNotFoundError
impl Send for KeyNotFoundError
impl Sync for KeyNotFoundError
impl Unpin for KeyNotFoundError
impl UnwindSafe for KeyNotFoundError
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