Struct weak_table::weak_key_hash_map::VacantEntry
source · [−]pub struct VacantEntry<'a, K: 'a + WeakKey, V: 'a>(_);
Expand description
A vacant entry, which can be inserted in or viewed.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
<K as WeakElement>::Strong: RefUnwindSafe,
impl<'a, K, V> Send for VacantEntry<'a, K, V> where
K: Send,
V: Send,
<K as WeakElement>::Strong: Send,
impl<'a, K, V> Sync for VacantEntry<'a, K, V> where
K: Sync,
V: Sync,
<K as WeakElement>::Strong: Sync,
impl<'a, K, V> Unpin for VacantEntry<'a, K, V> where
<K as WeakElement>::Strong: Unpin,
impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more