Enum radix_common::math::bnum_integer::ParseU192Error
source · pub enum ParseU192Error {
NegativeToUnsigned,
InvalidLength,
InvalidDigit,
Empty,
Overflow,
}
Variants§
Trait Implementations§
source§impl Clone for ParseU192Error
impl Clone for ParseU192Error
source§fn clone(&self) -> ParseU192Error
fn clone(&self) -> ParseU192Error
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 Debug for ParseU192Error
impl Debug for ParseU192Error
source§impl Display for ParseU192Error
impl Display for ParseU192Error
source§impl Error for ParseU192Error
impl Error for ParseU192Error
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 for ParseU192Error
impl PartialEq for ParseU192Error
source§fn eq(&self, other: &ParseU192Error) -> bool
fn eq(&self, other: &ParseU192Error) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseU192Error
impl StructuralPartialEq for ParseU192Error
Auto Trait Implementations§
impl Freeze for ParseU192Error
impl RefUnwindSafe for ParseU192Error
impl Send for ParseU192Error
impl Sync for ParseU192Error
impl Unpin for ParseU192Error
impl UnwindSafe for ParseU192Error
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.