Struct num_bigint::TryFromBigIntError
source · pub struct TryFromBigIntError<T> { /* private fields */ }
Expand description
The error type returned when a checked conversion regarding big integer fails.
Implementations§
source§impl<T> TryFromBigIntError<T>
impl<T> TryFromBigIntError<T>
sourcepub fn into_original(self) -> T
pub fn into_original(self) -> T
Trait Implementations§
source§impl<T: Clone> Clone for TryFromBigIntError<T>
impl<T: Clone> Clone for TryFromBigIntError<T>
source§fn clone(&self) -> TryFromBigIntError<T>
fn clone(&self) -> TryFromBigIntError<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Debug> Debug for TryFromBigIntError<T>
impl<T: Debug> Debug for TryFromBigIntError<T>
source§impl<T> Display for TryFromBigIntError<T>
impl<T> Display for TryFromBigIntError<T>
source§impl<T> Error for TryFromBigIntError<T>where
T: Debug,
impl<T> Error for TryFromBigIntError<T>where
T: Debug,
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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