pub struct VacantEntry<'a, K, V> { /* private fields */ }
Implementations§
Source§impl<'a, K: Eq + Hash, V> VacantEntry<'a, K, V>
impl<'a, K: Eq + Hash, V> VacantEntry<'a, K, V>
Trait Implementations§
impl<'a, K: Eq + Hash + Sync, V: Sync> Send for VacantEntry<'a, K, V>
impl<'a, K: Eq + Hash + Sync, V: Sync> Sync for VacantEntry<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> Freeze for VacantEntry<'a, K, V>where
K: Freeze,
impl<'a, K, V> !RefUnwindSafe for VacantEntry<'a, K, V>
impl<'a, K, V> Unpin for VacantEntry<'a, K, V>where
K: Unpin,
impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, 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
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.