Module exclusive
core
1.92.0-nightly
(5c7ae0c7e 2025-10-02)
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
.