Docs.rs
rustc-std-workspace-alloc-1.0.1
rustc-std-workspace-alloc 1.0.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:rust-lang:libs
rust-lang-owner
Dependencies
Versions
0%
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
rustc_
std_
workspace_
alloc
1.0.1
Module borrow
Module Items
Enums
Traits
In crate rustc_
std_
workspace_
alloc
rustc_std_workspace_alloc
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.