Docs.rs
sp-std-6.0.0
sp-std 6.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
Go to latest version
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
☰
Module borrow
Enums
Traits
?
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.