Struct bitcoin_rpc_client::TransactionId[][src]

pub struct TransactionId(_);

Trait Implementations

impl Debug for TransactionId
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for TransactionId
[src]

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for TransactionId
[src]

Serialize this value into the given Serde serializer. Read more

impl From<TransactionId> for Sha256dHash
[src]

Performs the conversion.

impl FromStr for TransactionId
[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