pub struct VacantEntry<'a, K: 'a + WeakKey, V: 'a>(/* private fields */);
Expand description
A vacant entry, which can be inserted in or viewed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, K, V> Freeze for VacantEntry<'a, K, V>
impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V>
impl<'a, K, V> Send for VacantEntry<'a, K, V>
impl<'a, K, V> Sync for VacantEntry<'a, K, V>
impl<'a, K, V> Unpin for VacantEntry<'a, K, V>
impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>
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