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_from(&mut self, source: &Self)
1.0.0[src]
impl From<!> for TryFromIntError
[src]
impl From<!> for TryFromIntError
[src]fn from(never: !) -> TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]fn from(x: Infallible) -> TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]