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: PartialEq> PartialEq for TryFromBigIntError<T>
impl<T: PartialEq> PartialEq for TryFromBigIntError<T>
source§fn eq(&self, other: &TryFromBigIntError<T>) -> bool
fn eq(&self, other: &TryFromBigIntError<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)