Struct std::num::TryFromIntError
[−]
[src]
pub struct TryFromIntError(_);
The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Debug for TryFromIntError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Clone for TryFromIntError
[src]
fn clone(&self) -> TryFromIntError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Display for TryFromIntError
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl From<Infallible> for TryFromIntError
[src]
fn from(infallible: Infallible) -> TryFromIntError
[src]
Performs the conversion.