Struct bitcoin_rpc_client::FundingOptions[][src]

pub struct FundingOptions { /* fields omitted */ }

Methods

impl FundingOptions
[src]

Trait Implementations

impl Debug for FundingOptions
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FundingOptions
[src]

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

This method tests for !=.

Auto Trait Implementations