pub struct HashMapWriteGuard<'a, K: Clone + Eq + Hash, V: Clone, ALLOC: GlobalAlloc + Default = System, H: Hasher + Default = DefaultHasher> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, K: Clone + Eq + Hash, V: Clone, ALLOC: GlobalAlloc + Default, H: Hasher + Default> Deref for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K: Clone + Eq + Hash, V: Clone, ALLOC: GlobalAlloc + Default, H: Hasher + Default> Deref for HashMapWriteGuard<'a, K, V, ALLOC, H>
Auto Trait Implementations§
impl<'a, K, V, ALLOC, H> Freeze for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K, V, ALLOC, H> RefUnwindSafe for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K, V, ALLOC, H> Send for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K, V, ALLOC, H> Sync for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K, V, ALLOC, H> Unpin for HashMapWriteGuard<'a, K, V, ALLOC, H>
impl<'a, K, V, ALLOC, H> UnwindSafe for HashMapWriteGuard<'a, K, V, ALLOC, H>where
K: UnwindSafe + RefUnwindSafe,
V: UnwindSafe + RefUnwindSafe,
H: UnwindSafe,
ALLOC: RefUnwindSafe,
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