pub struct RwHashMap<Key: Hash + Eq> { /* private fields */ }Implementations§
Source§impl<Key: Hash + Eq> RwHashMap<Key>
impl<Key: Hash + Eq> RwHashMap<Key>
Trait Implementations§
Auto Trait Implementations§
impl<Key> !Freeze for RwHashMap<Key>
impl<Key> !RefUnwindSafe for RwHashMap<Key>
impl<Key> Unpin for RwHashMap<Key>where
Key: Unpin,
impl<Key> !UnwindSafe for RwHashMap<Key>
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