Struct core::num::TryFromIntError [] [src]

pub struct TryFromIntError(_);
Unstable (try_from #33417)

The error type returned when a checked integral type conversion fails.

Trait Implementations

impl Display for TryFromIntError
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Clone for TryFromIntError
[src]

fn clone(&self) -> TryFromIntError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for TryFromIntError
[src]

impl Debug for TryFromIntError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.