Struct vec_map::VacantEntry
source · [−]pub struct VacantEntry<'a, V: 'a> { /* private fields */ }
Expand description
A vacant Entry.
Implementations
sourceimpl<'a, V> VacantEntry<'a, V>
impl<'a, V> VacantEntry<'a, V>
Auto Trait Implementations
impl<'a, V> RefUnwindSafe for VacantEntry<'a, V> where
V: RefUnwindSafe,
impl<'a, V> Send for VacantEntry<'a, V> where
V: Send,
impl<'a, V> Sync for VacantEntry<'a, V> where
V: Sync,
impl<'a, V> Unpin for VacantEntry<'a, V>
impl<'a, V> !UnwindSafe for VacantEntry<'a, 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