Module borrow
devela
0.23.0-wip
Module borrow
Module Items
Enums
Traits
In devela::
_
dep::
_
alloc
Modules
alloc
borrow
boxed
bstr
collections
ffi
fmt
rc
slice
str
string
sync
task
vec
Macros
format
vec
devela
::
_dep
::
_alloc
Module
borrow
Copy item path
Settings
Help
Summary
1.36.0
·
Source
Available on
crate feature
alloc
only.
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.