core
1.91.0-nightly
(1ebbd87a6 2025-08-11)
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.