Struct double_map::VacantEntry
source · [−]pub struct VacantEntry<'a, K1: 'a, K2: 'a, V: 'a> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, K1, K2, V> RefUnwindSafe for VacantEntry<'a, K1, K2, V> where
K1: RefUnwindSafe,
K2: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K1, K2, V> Send for VacantEntry<'a, K1, K2, V> where
K1: Send,
K2: Send,
V: Send,
impl<'a, K1, K2, V> Sync for VacantEntry<'a, K1, K2, V> where
K1: Sync,
K2: Sync,
V: Sync,
impl<'a, K1, K2, V> Unpin for VacantEntry<'a, K1, K2, V> where
K1: Unpin,
K2: Unpin,
impl<'a, K1, K2, V> !UnwindSafe for VacantEntry<'a, K1, K2, 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