Struct sp_std::num::TryFromIntError 1.34.0[−][src]
pub struct TryFromIntError(_);
Expand description
The error type returned when a checked integral type conversion fails.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Unpin for TryFromIntError
impl UnwindSafe for TryFromIntError
Blanket Implementations
Mutably borrows from an owned value. Read more