Struct bitcoin_rpc_client::BlockHeight[][src]

pub struct BlockHeight(_);

Methods

impl BlockHeight
[src]

Trait Implementations

impl Clone for BlockHeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BlockHeight
[src]

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

This method tests for !=.

impl Debug for BlockHeight
[src]

Formats the value using the given formatter. Read more

impl From<BlockHeight> for u32
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BlockHeight

impl Sync for BlockHeight