Module borrow
sp_std
14.0.0
Module borrow
Module Items
Enums
Traits
In crate sp_
std
Modules
alloc
any
borrow
boxed
cell
clone
cmp
collections
convert
default
fmt
hash
iter
marker
mem
num
ops
prelude
ptr
rc
result
slice
str
sync
thread
time
vec
Macros
if_std
map
vec
Structs
Writer
sp_std
Module
borrow
Copy item path
Settings
Help
Summary
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.