Struct core::num::TryFromIntError [−][src]
pub struct TryFromIntError(_);
The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Debug for TryFromIntError
[src]
impl Debug for TryFromIntError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for TryFromIntError
[src]
impl Copy for TryFromIntError
impl Clone for TryFromIntError
[src]
impl Clone for TryFromIntError
fn clone(&self) -> TryFromIntError
[src]
fn clone(&self) -> TryFromIntError
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 Display for TryFromIntError
[src]
impl Display for TryFromIntError
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<!> for TryFromIntError
[src]
impl From<!> for TryFromIntError
fn from(never: !) -> TryFromIntError
[src]
fn from(never: !) -> TryFromIntError
Performs the conversion.
Auto Trait Implementations
impl Send for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Sync for TryFromIntError