Module borrow
alloc
1.84.0
(9fc6b4312 2025-01-07)
Module borrow
Module Items
Enums
Traits
In crate alloc
Modules
alloc
borrow
boxed
collections
ffi
fmt
rc
slice
str
string
sync
task
vec
Macros
format
vec
alloc
Module
borrow
Copy item path
Settings
Help
Summary
1.36.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.