Struct anymap::VacantEntry
source · [−]pub struct VacantEntry<'a, A: ?Sized + Downcast, V: 'a> { /* private fields */ }
Expand description
A view into a single empty location in an Map
.
Implementations
sourceimpl<'a, A: ?Sized + Downcast, V: IntoBox<A>> VacantEntry<'a, A, V>
impl<'a, A: ?Sized + Downcast, V: IntoBox<A>> VacantEntry<'a, A, V>
Auto Trait Implementations
impl<'a, A: ?Sized, V> RefUnwindSafe for VacantEntry<'a, A, V> where
A: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, A: ?Sized, V> Send for VacantEntry<'a, A, V> where
A: Send,
V: Send,
impl<'a, A: ?Sized, V> Sync for VacantEntry<'a, A, V> where
A: Sync,
V: Sync,
impl<'a, A: ?Sized, V> Unpin for VacantEntry<'a, A, V> where
V: Unpin,
impl<'a, A, V> !UnwindSafe for VacantEntry<'a, A, V>
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