Struct bitcoin_rpc_client::TransactionWrapper[][src]

pub struct TransactionWrapper(_);

Trait Implementations

impl Debug for TransactionWrapper
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TransactionWrapper
[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 TransactionWrapper
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for TransactionWrapper
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl From<TransactionWrapper> for BitcoinTransaction
[src]

Performs the conversion.

impl From<BitcoinTransaction> for TransactionWrapper
[src]

Performs the conversion.

impl FromStr for TransactionWrapper
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations