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