Struct sp_std::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]pub fn clone(&self) -> TryFromIntError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TryFromIntError
[src]
impl Debug for TryFromIntError
[src]impl Display for TryFromIntError
[src]
impl Display for TryFromIntError
[src]impl Error for TryFromIntError
[src]
impl Error for TryFromIntError
[src]impl From<!> for TryFromIntError
[src]
impl From<!> for TryFromIntError
[src]pub fn from(never: !) -> TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]
impl From<Infallible> for TryFromIntError
[src]pub fn from(x: Infallible) -> TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]
impl PartialEq<TryFromIntError> for TryFromIntError
[src]