Struct ux2::TryFromIntError
source · pub struct TryFromIntError;
Expand description
A mimic of std::num::TryFromIntError
that can constructed on stable.
Trait Implementations§
source§impl Debug for TryFromIntError
impl Debug for TryFromIntError
source§impl Display for TryFromIntError
impl Display for TryFromIntError
source§impl Error for TryFromIntError
impl Error for TryFromIntError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<TryFromIntError> for TryFromIntError
impl PartialEq<TryFromIntError> for TryFromIntError
source§fn eq(&self, other: &TryFromIntError) -> bool
fn eq(&self, other: &TryFromIntError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.