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