[−][src]Trait rfc::core::convert::cast::CastInto
🔬 This is a nightly-only experimental API. (
cast
)Provided methods
fn cast_into(self) -> Dst where
Self: Sized,
Dst: Sized,
Neglect: SafeCastOptions,
Self: Sized,
Dst: Sized,
Neglect: SafeCastOptions,
🔬 This is a nightly-only experimental API. (
cast
)Cast self
into a value of type Dst
, safely.
unsafe fn unsafe_cast_into(self) -> Dst where
Self: Sized,
Dst: Sized,
Neglect: CastOptions,
Self: Sized,
Dst: Sized,
Neglect: CastOptions,
🔬 This is a nightly-only experimental API. (
cast
)Cast self
into a value of type Dst
, potentially unsafely.
Implementors
impl<Src, Dst, Neglect> CastInto<Dst, Neglect> for Src where
Dst: CastFrom<Self, Neglect>,
Neglect: CastOptions,
[src]
Dst: CastFrom<Self, Neglect>,
Neglect: CastOptions,