Structsยง
- A handle to a held
Mutex
that has had a function applied to it viaMutexGuard::map
. - A helper type used when taking apart a
MappedMutexGuard
without running its Drop implementation. - An asynchronous
Mutex
-like type. - MutexGuardInner ๐A helper type used when taking apart a
MutexGuard
without running its Drop implementation. - A owned handle to a held
Mutex
that has had a function applied to it viaOwnedMutexGuard::map
. - A helper type used when taking apart a
OwnedMappedMutexGuard
without running its Drop implementation. - An owned handle to a held
Mutex
. - OwnedMutexGuardInner ๐A helper type used when taking apart a
OwnedMutexGuard
without running its Drop implementation.