Docs.rs
sr-std-1.0.1
sr-std 1.0.1
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
github:paritytech:core-devs
gnunicorn
s3krit
Dependencies
rustc_version ^0.2
build
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sr_std
1.0.1
Module borrow
Module Items
Enums
Traits
In crate sr_
std
sr_std
Module
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.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.