pub struct KeyMutex<K: Eq + Hash, V>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V> Freeze for KeyMutex<K, V>
impl<K, V> !RefUnwindSafe for KeyMutex<K, V>
impl<K, V> Send for KeyMutex<K, V>
impl<K, V> Sync for KeyMutex<K, V>
impl<K, V> Unpin for KeyMutex<K, V>
impl<K, V> !UnwindSafe for KeyMutex<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