Module borrow
ink_
prelude
6.0.0-alpha
Module borrow
Module Items
Enums
Traits
In crate ink_
prelude
Modules
borrow
boxed
collections
string
vec
Macros
format
vec
Constants
IIP2_WILDCARD_COMPLEMENT_SELECTOR
ink_prelude
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.