Struct v_trie::KeyNotFoundError
source · pub struct KeyNotFoundError;Expand description
Error returned if attempting to remove a key that does not exist.
Trait Implementations§
Auto Trait Implementations§
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