Docs.rs
ink_prelude-3.4.0
ink_prelude 3.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
github:paritytech:core-devs
cmichi
parity-crate-owner
Dependencies
cfg-if ^1.0
normal
Versions
4.0.1
4.0.0
4.0.0-rc
4.0.0-beta.1
4.0.0-beta
4.0.0-alpha.3
4.0.0-alpha.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-rc9
3.0.0-rc8
3.0.0-rc7
3.0.0-rc6
3.0.0-rc5
3.0.0-rc4
3.0.0-rc3
3.0.0-rc2
3.0.0-rc1
0.0.0
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module borrow
Enums
Traits
?
Module
ink_prelude
::
borrow
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.