pub(crate) enum BigIntErrorKind {
Empty,
InvalidDigit,
}
Variants§
Trait Implementations§
Source§impl Clone for BigIntErrorKind
impl Clone for BigIntErrorKind
Source§fn clone(&self) -> BigIntErrorKind
fn clone(&self) -> BigIntErrorKind
Returns a duplicate 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 Debug for BigIntErrorKind
impl Debug for BigIntErrorKind
Source§impl PartialEq for BigIntErrorKind
impl PartialEq for BigIntErrorKind
impl Eq for BigIntErrorKind
impl StructuralPartialEq for BigIntErrorKind
Auto Trait Implementations§
impl Freeze for BigIntErrorKind
impl RefUnwindSafe for BigIntErrorKind
impl Send for BigIntErrorKind
impl Sync for BigIntErrorKind
impl Unpin for BigIntErrorKind
impl UnwindSafe for BigIntErrorKind
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