Docs.rs
self-reference-0.1.9
self-reference 0.1.9
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
ArtBlnd
Dependencies
pin-project ^1.0.12
normal
stable_deref_trait ^1.2.0
normal
Versions
80%
of the crate is documented
Go to latest version
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
☰
RefDef
Required Associated Types
Type
Implementors
In self_reference
?
Trait
self_reference
::
RefDef
source
·
[
−
]
pub trait RefDef<'this> { type
Type
; }
Required Associated Types
source
type
Type
Implementors
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
Mut
<T>
where
T: 'this,
type
Type
=
&'this mut
T
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
OptionMut
<T>
where
T: 'this,
type
Type
=
Option
<
&'this mut
T>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
OptionPinMut
<T>
where
T: 'this,
type
Type
=
Option
<
Pin
<
&'this mut
T>>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
OptionPinRef
<T>
where
T: 'this,
type
Type
=
Option
<
Pin
<
&'this
T>>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
OptionRef
<T>
where
T: 'this,
type
Type
=
Option
<
&'this
T>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
PinMut
<T>
where
T: 'this,
type
Type
=
Pin
<
&'this mut
T>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
PinRef
<T>
where
T: 'this,
type
Type
=
Pin
<
&'this
T>
source
impl<'this, T: ?
Sized
>
RefDef
<'this> for
Ref
<T>
where
T: 'this,
type
Type
=
&'this
T