Module std_
lock
rustls
0.23.25
Module std_
lock
Module Items
Structs
In rustls::
lock
Modules
std_lock
Structs
Mutex
MutexGuard
rustls
::
lock
Module
std_lock
Copy item path
Settings
Help
Summary
Source
Structs
§
Mutex
A wrapper around
std::sync::Mutex
.
Mutex
Guard
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.