Struct clightningrpc::responses::ListPayments[][src]

pub struct ListPayments {
    pub payments: Vec<ListPaymentsItem>,
}

'listpayments' command

Fields

Trait Implementations

impl Debug for ListPayments
[src]

Formats the value using the given formatter. Read more

impl Clone for ListPayments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations