Module exclusive
core
1.93.0-nightly
(07bdbaedc 2025-11-19)
Module exclusive
Module Items
Structs
In core::
sync
core
::
sync
Module
exclusive
Copy item path
Source
Expand description
Defines
Exclusive
.
Structs
§
Exclusive
Experimental
Exclusive
provides
mutable
access, also referred to as
exclusive
access to the underlying value. However, it only permits
immutable
, or
shared
access to the underlying value when that value is
Sync
.