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)>
Returns the lower-level source of this error, if any. Read more
Source§impl<T: PartialEq> PartialEq for TryFromBigIntError<T>
impl<T: PartialEq> PartialEq for TryFromBigIntError<T>
impl<T: Copy> Copy for TryFromBigIntError<T>
impl<T: Eq> Eq for TryFromBigIntError<T>
impl<T> StructuralPartialEq for TryFromBigIntError<T>
Auto Trait Implementations§
impl<T> Freeze for TryFromBigIntError<T>where
T: Freeze,
impl<T> RefUnwindSafe for TryFromBigIntError<T>where
T: RefUnwindSafe,
impl<T> Send for TryFromBigIntError<T>where
T: Send,
impl<T> Sync for TryFromBigIntError<T>where
T: Sync,
impl<T> Unpin for TryFromBigIntError<T>where
T: Unpin,
impl<T> UnwindSafe for TryFromBigIntError<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)