Struct core::num::TryFromIntError 1.34.0[−][src]
pub struct TryFromIntError(_);
The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Clone for TryFromIntError[src]
impl Clone for TryFromIntError[src]fn clone(&self) -> 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]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for TryFromIntError[src]
impl Debug for TryFromIntError[src]impl Display for TryFromIntError[src]
impl Display for TryFromIntError[src]impl From<!> for TryFromIntError[src]
impl From<!> for TryFromIntError[src]fn from(never: !) -> TryFromIntError[src]
fn from(never: !) -> TryFromIntError[src]Performs the conversion.
impl From<Infallible> for TryFromIntError[src]
impl From<Infallible> for TryFromIntError[src]fn from(x: Infallible) -> TryFromIntError[src]
fn from(x: Infallible) -> TryFromIntError[src]Performs the conversion.
impl PartialEq<TryFromIntError> for TryFromIntError[src]
impl PartialEq<TryFromIntError> for TryFromIntError[src]fn eq(&self, other: &TryFromIntError) -> bool[src]
fn eq(&self, other: &TryFromIntError) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &TryFromIntError) -> bool[src]
fn ne(&self, other: &TryFromIntError) -> bool[src]This method tests for !=.