Docs.rs
moveref-1.0.0
moveref 1.0.0
Permalink
Docs.rs crate page
Apache-2.0
WITH LLVM-exception
Links
Documentation
Repository
crates.io
Source
Owners
silvanshade
Dependencies
cxx ^1.0
normal
optional
tracing ^0.1
normal
optional
seahash ^4.1
dev
Versions
86.49%
of the crate is documented
Platform
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
of
moveref
1.0.0
In moveref::
new
moveref
::
new
Function
of
Copy item path
Source
pub fn of<T>(val: T) -> impl
New
<Output = T>
Expand description
Constructs a
New
value using a given value
val
.