Struct dark_std::sync::map_btree::BtreeMapRefMut
source · pub struct BtreeMapRefMut<'a, K: Eq + Hash + Ord, V> { /* private fields */ }Trait Implementations§
source§impl<'a, K: Eq + Hash + Ord, V> PartialEq for BtreeMapRefMut<'_, K, V>where
V: Eq,
impl<'a, K: Eq + Hash + Ord, V> PartialEq for BtreeMapRefMut<'_, K, V>where
V: Eq,
impl<'a, K: Eq + Hash + Ord, V> Eq for BtreeMapRefMut<'_, K, V>where
V: Eq,
Auto Trait Implementations§
impl<'a, K, V> Freeze for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> !RefUnwindSafe for BtreeMapRefMut<'a, K, V>
impl<'a, K, V> !Send 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> !UnwindSafe 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