pub struct SyncMapRefMut<'a, K, V> { /* private fields */ }Expand description
可变值引用的守护者,持有写锁
Trait Implementations§
Source§impl<'a, K, V> Debug for SyncMapRefMut<'a, K, V>where
V: Debug,
impl<'a, K, V> Debug for SyncMapRefMut<'a, K, V>where
V: Debug,
Source§impl<'a, K, V> Deref for SyncMapRefMut<'a, K, V>
impl<'a, K, V> Deref for SyncMapRefMut<'a, K, V>
Source§impl<'a, K, V> DerefMut for SyncMapRefMut<'a, K, V>
impl<'a, K, V> DerefMut for SyncMapRefMut<'a, K, V>
Source§impl<'a, K, V> PartialEq for SyncMapRefMut<'a, K, V>where
V: PartialEq,
impl<'a, K, V> PartialEq for SyncMapRefMut<'a, K, V>where
V: PartialEq,
impl<'a, K, V> Eq for SyncMapRefMut<'a, K, V>where
V: Eq,
Auto Trait Implementations§
impl<'a, K, V> Freeze for SyncMapRefMut<'a, K, V>
impl<'a, K, V> RefUnwindSafe for SyncMapRefMut<'a, K, V>where
V: RefUnwindSafe,
K: RefUnwindSafe,
impl<'a, K, V> !Send for SyncMapRefMut<'a, K, V>
impl<'a, K, V> Sync for SyncMapRefMut<'a, K, V>
impl<'a, K, V> Unpin for SyncMapRefMut<'a, K, V>where
K: Unpin,
impl<'a, K, V> !UnwindSafe for SyncMapRefMut<'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