Docs.rs
std-shims-0.2.0
std-shims 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kayabaNerve
Dependencies
hashbrown ^0.16
normal
optional
rustversion ^1
normal
spin ^0.10
normal
Versions
33.33%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module borrow
std_
shims
0.2.0
Module borrow
Module Items
Enums
Traits
In crate std_
shims
std_shims
Module
borrow
Copy item path
1.0.0
·
Source
Available on
crate feature
std
only.
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.