pub struct OccupiedEntry<'a, K, V> { /* private fields */ }
Implementations§
Source§impl<'a, K: Eq + Hash, V> OccupiedEntry<'a, K, V>
impl<'a, K: Eq + Hash, V> OccupiedEntry<'a, K, V>
pub fn get(&self) -> &V
pub fn get_mut(&mut self) -> &mut V
pub fn insert(&mut self, value: V) -> V
pub fn into_ref(self) -> RefMut<'a, K, V>
pub fn into_key(self) -> K
pub fn key(&self) -> &K
pub fn remove(self) -> V
pub fn remove_entry(self) -> (K, V)
pub fn replace_entry(self, value: V) -> (K, V)
Trait Implementations§
impl<'a, K: Eq + Hash + Sync, V: Sync> Send for OccupiedEntry<'a, K, V>
impl<'a, K: Eq + Hash + Sync, V: Sync> Sync for OccupiedEntry<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> Freeze for OccupiedEntry<'a, K, V>where
K: Freeze,
impl<'a, K, V> !RefUnwindSafe for OccupiedEntry<'a, K, V>
impl<'a, K, V> Unpin for OccupiedEntry<'a, K, V>where
K: Unpin,
impl<'a, K, V> !UnwindSafe for OccupiedEntry<'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.