Docs.rs
wasm-bindgen-x-0.2.106-alpha.1
wasm-bindgen-x 0.2.106-alpha.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ealmloff
Dependencies
wasm-bindgen-macro-x =0.2.106-alpha.1
normal
wry-bindgen =0.2.106-alpha.1
normal
wasm-bindgen ^0.2.106
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
wasm_
bindgen_
x
0.2.106-alpha.1
Module borrow
Module Items
Enums
Traits
In wasm_
bindgen_
x::
alloc
wasm_bindgen_x
::
alloc
Module
borrow
Copy item path
1.36.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.