Struct clightningrpc::responses::ListFunds[][src]

pub struct ListFunds {
    pub outputs: Vec<ListFundsOutput>,
    pub channels: Vec<ListFundsChannel>,
}

'listfunds' command

Fields

Trait Implementations

impl Debug for ListFunds
[src]

Formats the value using the given formatter. Read more

impl Clone for ListFunds
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ListFunds

impl Sync for ListFunds