pub struct IndexMapRefMut<'a, K, V> { /* private fields */ }Expand description
Write guard returned by SyncIndexMap::get_mut.
Trait Implementations§
Source§impl<'a, K, V: Debug> Debug for IndexMapRefMut<'a, K, V>
impl<'a, K, V: Debug> Debug for IndexMapRefMut<'a, K, V>
Source§impl<'a, K, V> Deref for IndexMapRefMut<'a, K, V>
impl<'a, K, V> Deref for IndexMapRefMut<'a, K, V>
Source§impl<'a, K, V> DerefMut for IndexMapRefMut<'a, K, V>
impl<'a, K, V> DerefMut for IndexMapRefMut<'a, K, V>
Source§impl<'a, K, V: Display> Display for IndexMapRefMut<'a, K, V>
impl<'a, K, V: Display> Display for IndexMapRefMut<'a, K, V>
impl<'a, K, V: Eq> Eq for IndexMapRefMut<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> !RefUnwindSafe for IndexMapRefMut<'a, K, V>
impl<'a, K, V> !Send for IndexMapRefMut<'a, K, V>
impl<'a, K, V> !UnwindSafe for IndexMapRefMut<'a, K, V>
impl<'a, K, V> Freeze for IndexMapRefMut<'a, K, V>
impl<'a, K, V> Sync for IndexMapRefMut<'a, K, V>
impl<'a, K, V> Unpin for IndexMapRefMut<'a, K, V>
impl<'a, K, V> UnsafeUnpin for IndexMapRefMut<'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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.