Struct secp256k1::RecoveryId [] [src]

pub struct RecoveryId(_);

Tag used for public key recovery from signatures.

Methods

impl RecoveryId
[src]

Trait Implementations

impl Debug for RecoveryId
[src]

[src]

Formats the value using the given formatter.

impl Clone for RecoveryId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RecoveryId
[src]

impl Eq for RecoveryId
[src]

impl PartialEq for RecoveryId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Into<u8> for RecoveryId
[src]

[src]

Performs the conversion.

impl Into<i32> for RecoveryId
[src]

[src]

Performs the conversion.