pub struct VacantEntry<'a, K, T> { /* private fields */ }
Expand description
A view into a vacant entry in a map. It is part of the Entry
enum.
Implementations§
Source§impl<'a, K, T> VacantEntry<'a, K, T>
impl<'a, K, T> VacantEntry<'a, K, T>
Auto Trait Implementations§
impl<'a, K, T> Freeze for VacantEntry<'a, K, T>where
K: Freeze,
impl<'a, K, T> RefUnwindSafe for VacantEntry<'a, K, T>where
K: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, K, T> Send for VacantEntry<'a, K, T>
impl<'a, K, T> Sync for VacantEntry<'a, K, T>
impl<'a, K, T> Unpin for VacantEntry<'a, K, T>where
K: Unpin,
impl<'a, K, T> !UnwindSafe for VacantEntry<'a, K, T>
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