Docs.rs
rust-chain-0.2.8
rust-chain 0.2.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
learnforpractice
Dependencies
cfg-if ^1.0
normal
chaintester ^0.2
normal
optional
eosio-macro ^0.2
normal
eosio-scale-info ^2.1.3
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0.32
normal
optional
Versions
85.93%
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
rust_
chain
0.2.8
Module borrow
Module Items
Enums
Traits
In crate rust_
chain
rust_chain
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.