core
1.91.0-nightly
(8e62bfd31 2025-08-12)
Module unique
Module Items
Structs
In core::
ptr
core
::
ptr
Module
unique
Copy item path
Source
Structs
§
Unique
👻
Experimental
A wrapper around a raw non-null
*mut T
that indicates that the possessor of this wrapper owns the referent. Useful for building abstractions like
Box<T>
,
Vec<T>
,
String
, and
HashMap<K, V>
.