Struct bitcoin_rpc_client::BlockHash[][src]

pub struct BlockHash(_);

Trait Implementations

impl Debug for BlockHash
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BlockHash
[src]

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

This method tests for !=.

impl<'a> From<&'a str> for BlockHash
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BlockHash

impl Sync for BlockHash