Struct libsecp256k1::RecoveryId
source · pub struct RecoveryId(_);
Expand description
Tag used for public key recovery from signatures.
Implementations§
Trait Implementations§
source§impl Clone for RecoveryId
impl Clone for RecoveryId
source§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 moresource§impl Debug for RecoveryId
impl Debug for RecoveryId
source§impl Into<i32> for RecoveryId
impl Into<i32> for RecoveryId
source§impl Into<u8> for RecoveryId
impl Into<u8> for RecoveryId
source§impl PartialEq<RecoveryId> for RecoveryId
impl PartialEq<RecoveryId> for RecoveryId
source§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 Copy for RecoveryId
impl Eq for RecoveryId
impl StructuralEq for RecoveryId
impl StructuralPartialEq for RecoveryId
Auto Trait Implementations§
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