Docs.rs
sp-std-14.0.0
sp-std 14.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
Versions
77.78%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sp_std
14.0.0
Module borrow
Enums
Traits
In crate sp_std
?
Module
sp_std
::
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.