Struct bdk_chain::bitcoin::secp256k1::InvalidParityValue
pub struct InvalidParityValue(/* private fields */);
Expand description
Error returned when conversion from an integer to Parity
fails.
Trait Implementations§
§impl Clone for InvalidParityValue
impl Clone for InvalidParityValue
§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 more§impl Debug for InvalidParityValue
impl Debug for InvalidParityValue
§impl Display for InvalidParityValue
impl Display for InvalidParityValue
§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()
§impl From<InvalidParityValue> for Error
impl From<InvalidParityValue> for Error
§fn from(error: InvalidParityValue) -> Error
fn from(error: InvalidParityValue) -> Error
Converts to this type from the input type.
§impl Hash for InvalidParityValue
impl Hash for InvalidParityValue
§impl Ord for InvalidParityValue
impl Ord for InvalidParityValue
§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
§impl PartialEq for InvalidParityValue
impl PartialEq for InvalidParityValue
§fn eq(&self, other: &InvalidParityValue) -> bool
fn eq(&self, other: &InvalidParityValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for InvalidParityValue
impl PartialOrd for InvalidParityValue
§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 moreimpl Copy for InvalidParityValue
impl Eq for InvalidParityValue
impl StructuralPartialEq for InvalidParityValue
Auto Trait Implementations§
impl Freeze for InvalidParityValue
impl RefUnwindSafe for InvalidParityValue
impl Send for InvalidParityValue
impl Sync for InvalidParityValue
impl Unpin for InvalidParityValue
impl UnwindSafe for InvalidParityValue
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more