Struct indexmap::map::VacantEntry [−][src]
pub struct VacantEntry<'a, K, V> { /* fields omitted */ }
A view into a vacant entry in a IndexMap
.
It is part of the Entry
enum.
Implementations
impl<'a, K, V> VacantEntry<'a, K, V>
[src]
impl<'a, K, V> VacantEntry<'a, K, V>
[src]Trait Implementations
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for VacantEntry<'a, K, V> where
K: Send,
V: Send,
K: Send,
V: Send,
impl<'a, K, V> Sync for VacantEntry<'a, K, V> where
K: Sync,
V: Sync,
K: Sync,
V: Sync,
impl<'a, K, V> Unpin for VacantEntry<'a, K, V> where
K: Unpin,
K: Unpin,