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