Docs.rs
abstract-ref-0.1.0-alpha.1
abstract-ref 0.1.0-alpha.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
Jason5Lee
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
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
abstract_
ref
0.1.0-alpha.1
Type
Required Associated Types
RefT
Implementations on Foreign Types
()
Implementors
In crate abstract_
ref
abstract_ref
Trait
Type
Copy item path
Source
pub trait Type<T: ?
Sized
> { type
RefT
; }
Required Associated Types
§
Source
type
RefT
Implementations on Foreign Types
§
Source
§
impl<T>
Type
<T> for
()
Source
§
type
RefT
= T
Implementors
§
Source
§
impl<'a, T>
Type
<T> for
Cow
<'a>
where T: ?
Sized
+
ToOwned
+ 'a,
Source
§
type
RefT
=
Cow
<'a, T>
Source
§
impl<'a, T: ?
Sized
+ 'a>
Type
<T> for
Brw
<'a>
Source
§
type
RefT
=
&'a T
Source
§
impl<'a, T: ?
Sized
+ 'a>
Type
<T> for
BrwMut
<'a>
Source
§
type
RefT
=
&'a mut T
Source
§
impl<T: ?
Sized
>
Type
<T> for
Arc
Source
§
type
RefT
=
Arc
<T>
Source
§
impl<T: ?
Sized
>
Type
<T> for
Box
Source
§
type
RefT
=
Box
<T>
Source
§
impl<T: ?
Sized
>
Type
<T> for
Rc
Source
§
type
RefT
=
Rc
<T>