Struct im::hashmap::VacantEntry
source · [−]pub struct VacantEntry<'a, K, V, S> where
K: 'a + Hash + Eq + Clone,
V: 'a + Clone,
S: 'a + BuildHasher, { /* private fields */ }
Expand description
An entry for a mapping that does not already exist in the map.
Implementations
sourceimpl<'a, K, V, S> VacantEntry<'a, K, V, S> where
K: 'a + Hash + Eq + Clone,
V: 'a + Clone,
S: 'a + BuildHasher,
impl<'a, K, V, S> VacantEntry<'a, K, V, S> where
K: 'a + Hash + Eq + Clone,
V: 'a + Clone,
S: 'a + BuildHasher,
Auto Trait Implementations
impl<'a, K, V, S> RefUnwindSafe for VacantEntry<'a, K, V, S> where
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V, S> Send for VacantEntry<'a, K, V, S> where
K: Send + Sync,
S: Send + Sync,
V: Send + Sync,
impl<'a, K, V, S> Sync for VacantEntry<'a, K, V, S> where
K: Send + Sync,
S: Send + Sync,
V: Send + Sync,
impl<'a, K, V, S> Unpin for VacantEntry<'a, K, V, S> where
K: Unpin,
impl<'a, K, V, S> !UnwindSafe for VacantEntry<'a, K, V, S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more