core
1.88.0-nightly-4824c2bb7-2025-05-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 only
mutable
access, also referred to as
exclusive
access to the underlying value. It provides no
immutable
, or
shared
access to the underlying value.