Struct secp256k1::InvalidParityValue
source · pub struct InvalidParityValue(_);
Expand description
Error returned when conversion from an integer to Parity
fails.
Trait Implementations§
source§impl Clone for InvalidParityValue
impl Clone for InvalidParityValue
source§fn clone(&self) -> InvalidParityValue
fn clone(&self) -> InvalidParityValue
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 InvalidParityValue
impl Debug for InvalidParityValue
source§impl Display for InvalidParityValue
impl Display for InvalidParityValue
source§impl Error for InvalidParityValue
impl Error for InvalidParityValue
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 From<InvalidParityValue> for Error
impl From<InvalidParityValue> for Error
source§fn from(error: InvalidParityValue) -> Self
fn from(error: InvalidParityValue) -> Self
Converts to this type from the input type.
source§impl Hash for InvalidParityValue
impl Hash for InvalidParityValue
source§impl Ord for InvalidParityValue
impl Ord for InvalidParityValue
source§fn cmp(&self, other: &InvalidParityValue) -> Ordering
fn cmp(&self, other: &InvalidParityValue) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<InvalidParityValue> for InvalidParityValue
impl PartialEq<InvalidParityValue> for InvalidParityValue
source§fn eq(&self, other: &InvalidParityValue) -> bool
fn eq(&self, other: &InvalidParityValue) -> bool
source§impl PartialOrd<InvalidParityValue> for InvalidParityValue
impl PartialOrd<InvalidParityValue> for InvalidParityValue
source§fn partial_cmp(&self, other: &InvalidParityValue) -> Option<Ordering>
fn partial_cmp(&self, other: &InvalidParityValue) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more