std
1.84.0-nightly
(89166819c 2024-11-21) (Ferrocene by Ferrous Systems)
Module borrow
Module Items
Enums
Traits
In crate std
std
Module
borrow
Copy item path
1.0.0
·
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.