Docs.rs
atomic-ref2-0.2.1
atomic-ref2 0.2.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
crates.io
Source
Owners
mehcode
Dependencies
rand ^0.5
dev
Versions
60%
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
IntoOptionArc
atomic_
ref2
0.2.1
Into
Option
Arc
Required Methods
into_option_arc
Implementations on Foreign Types
Arc<T>
Option<Arc<T>>
Implementors
In crate atomic_
ref2
atomic_ref2
Trait
Into
Option
Arc
Copy item path
Source
pub trait IntoOptionArc<T> { // Required method fn
into_option_arc
(self) ->
Option
<
Arc
<T>>; }
Required Methods
§
Source
fn
into_option_arc
(self) ->
Option
<
Arc
<T>>
Implementations on Foreign Types
§
Source
§
impl<T>
IntoOptionArc
<T> for
Option
<
Arc
<T>>
Source
§
fn
into_option_arc
(self) -> Self
Source
§
impl<T>
IntoOptionArc
<T> for
Arc
<T>
Source
§
fn
into_option_arc
(self) ->
Option
<Self>
Implementors
§
Source
§
impl<T>
IntoOptionArc
<T> for T