Struct bitcoin_rpc_client::SerializedRawTransaction[][src]

pub struct SerializedRawTransaction(_);

Trait Implementations

impl Debug for SerializedRawTransaction
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SerializedRawTransaction
[src]

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

This method tests for !=.

impl Clone for SerializedRawTransaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

impl From<SerializedRawTransaction> for BitcoinTransaction
[src]

Performs the conversion.

impl From<BitcoinTransaction> for SerializedRawTransaction
[src]

Performs the conversion.

Auto Trait Implementations