pub struct TryFromIntError(/* private fields */);Expand description
The error type returned when a checked integral type conversion fails.
Trait Implementations§
1.34.0 · Source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
Source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)where
Self:,
fn clone_from(&mut self, source: &Self)where
Self:,
Performs copy-assignment from
source. Read more1.34.0 · Source§impl Debug for TryFromIntError
impl Debug for TryFromIntError
1.34.0 · Source§impl Display for TryFromIntError
impl Display for TryFromIntError
Source§impl From<!> for TryFromIntError
impl From<!> for TryFromIntError
Source§fn from(never: !) -> TryFromIntError
fn from(never: !) -> TryFromIntError
Converts to this type from the input type.
1.34.0 (const: unstable) · Source§impl From<Infallible> for TryFromIntError
impl From<Infallible> for TryFromIntError
Source§fn from(x: Infallible) -> TryFromIntError
fn from(x: Infallible) -> TryFromIntError
Converts to this type from the input type.