Struct secp256k1::ecdsa::RecoveryId
source · pub struct RecoveryId(_);
Expand description
A tag used for recovering the public key from a compact signature.
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 more