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. - Mutex
Guard ๐Inner A helper type used when taking apart aMutexGuard
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
. - Owned
Mutex ๐Guard Inner A helper type used when taking apart aOwnedMutexGuard
without running its Drop implementation.