Struct anymap2::VacantEntry
source · pub struct VacantEntry<'a, A: ?Sized + UncheckedAnyExt, V: 'a> { /* private fields */ }
Expand description
A view into a single empty location in an Map
.
Implementations§
source§impl<'a, A: ?Sized + UncheckedAnyExt, V: IntoBox<A>> VacantEntry<'a, A, V>
impl<'a, A: ?Sized + UncheckedAnyExt, V: IntoBox<A>> VacantEntry<'a, A, V>
Auto Trait Implementations§
impl<'a, A, V> Freeze for VacantEntry<'a, A, V>where
A: ?Sized,
impl<'a, A, V> RefUnwindSafe for VacantEntry<'a, A, V>
impl<'a, A, V> Send for VacantEntry<'a, A, V>
impl<'a, A, V> Sync for VacantEntry<'a, A, V>
impl<'a, A, V> Unpin for VacantEntry<'a, A, V>
impl<'a, A, V> !UnwindSafe for VacantEntry<'a, A, V>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more