pub struct BtreeMapRefMut<'a, K, V> { /* private fields */ }Expand description
Write guard returned by SyncBtreeMap::get_mut.
Trait Implementations§
Source§impl<'a, K, V: Debug> Debug for BtreeMapRefMut<'a, K, V>
impl<'a, K, V: Debug> Debug for BtreeMapRefMut<'a, K, V>
Source§impl<'a, K, V> Deref for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> Deref for BtreeMapRefMut<'a, K, V>
Source§impl<'a, K, V> DerefMut for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> DerefMut for BtreeMapRefMut<'a, K, V>
Source§impl<'a, K, V: Display> Display for BtreeMapRefMut<'a, K, V>
impl<'a, K, V: Display> Display for BtreeMapRefMut<'a, K, V>
impl<'a, K, V: Eq> Eq for BtreeMapRefMut<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> !RefUnwindSafe for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> !Send for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> !UnwindSafe for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> Freeze for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> Sync for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> Unpin for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> UnsafeUnpin for BtreeMapRefMut<'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.