pub struct NoSuchKey {}Expand description
The specified key does not exist.
Trait Implementations§
impl StructuralPartialEq for NoSuchKey
Auto Trait Implementations§
impl Freeze for NoSuchKey
impl RefUnwindSafe for NoSuchKey
impl Send for NoSuchKey
impl Sync for NoSuchKey
impl Unpin for NoSuchKey
impl UnsafeUnpin for NoSuchKey
impl UnwindSafe for NoSuchKey
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