Struct libsecp256k1::RecoveryId
source · [−]pub struct RecoveryId(_);
Expand description
Tag used for public key recovery from signatures.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more