Struct clightningrpc::responses::Invoice[][src]

pub struct Invoice {
    pub payment_hash: String,
    pub expires_at: i64,
    pub bolt11: String,
}

'invoice' command

Fields

Trait Implementations

impl Debug for Invoice
[src]

Formats the value using the given formatter. Read more

impl Clone for Invoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Invoice

impl Sync for Invoice