Struct clightningrpc::responses::Close[][src]

pub struct Close {
    pub tx: String,
    pub txid: String,
    pub type_: String,
}

'close' command

Fields

Trait Implementations

impl Debug for Close
[src]

Formats the value using the given formatter. Read more

impl Clone for Close
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Close

impl Sync for Close