Struct bitcoin_rpc_client::PrivateKey[][src]

pub struct PrivateKey(_);

Trait Implementations

impl PartialEq for PrivateKey
[src]

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

This method tests for !=.

impl Into<Privkey> for PrivateKey
[src]

Performs the conversion.

impl Serialize for PrivateKey
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for PrivateKey
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Debug for PrivateKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PrivateKey

impl Sync for PrivateKey