[−][src]Struct secp256k1::RecoveryId
Tag used for public key recovery from signatures.
Implementations
impl RecoveryId[src][−]
pub fn parse(p: u8) -> Result<RecoveryId, Error>[src][−]
Parse recovery ID starting with 0.
pub fn parse_rpc(p: u8) -> Result<RecoveryId, Error>[src][−]
Parse recovery ID as Ethereum RPC format, starting with 27.
pub fn serialize(&self) -> u8[src]
Trait Implementations
impl Clone for RecoveryId[src][+]
impl Copy for RecoveryId[src]
impl Debug for RecoveryId[src][+]
impl Eq for RecoveryId[src]
impl Into<i32> for RecoveryId[src][+]
impl Into<u8> for RecoveryId[src][+]
impl PartialEq<RecoveryId> for RecoveryId[src][+]
impl StructuralEq for RecoveryId[src]
impl StructuralPartialEq for RecoveryId[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src][+]
V: MultiLane<T>,