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