Struct bdk_chain::bitcoin::secp256k1::ecdsa::RecoveryId
pub struct RecoveryId(/* private fields */);
Expand description
A tag used for recovering the public key from a compact signature.
Implementations§
§impl RecoveryId
impl RecoveryId
Trait Implementations§
§impl Clone for RecoveryId
impl Clone for RecoveryId
§fn clone(&self) -> RecoveryId
fn clone(&self) -> RecoveryId
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 RecoveryId
impl Debug for RecoveryId
§impl Ord for RecoveryId
impl Ord for RecoveryId
§impl PartialEq for RecoveryId
impl PartialEq for RecoveryId
§fn eq(&self, other: &RecoveryId) -> bool
fn eq(&self, other: &RecoveryId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for RecoveryId
impl PartialOrd for RecoveryId
§fn partial_cmp(&self, other: &RecoveryId) -> Option<Ordering>
fn partial_cmp(&self, other: &RecoveryId) -> 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 RecoveryId
impl Eq for RecoveryId
impl StructuralPartialEq for RecoveryId
Auto Trait Implementations§
impl Freeze for RecoveryId
impl RefUnwindSafe for RecoveryId
impl Send for RecoveryId
impl Sync for RecoveryId
impl Unpin for RecoveryId
impl UnwindSafe for RecoveryId
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