Module borrow
sp_std
14.0.0
Module borrow
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
?
Settings
Module
sp_std
::
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.
BorrowMut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.