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