Module borrow
rama
0.3.0-rc1
Module borrow
Module Items
Enums
Traits
In rama::
utils::
collections::
smallvec::
alloc
rama
::
utils
::
collections
::
smallvec
::
alloc
Module
borrow
Copy item path
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.