Struct clightningrpc::responses::GetInfo[][src]

pub struct GetInfo {
    pub id: String,
    pub alias: String,
    pub color: String,
    pub address: Vec<NetworkAddress>,
    pub binding: Vec<NetworkAddress>,
    pub version: String,
    pub blockheight: i64,
    pub network: String,
}

'getinfo' command

Fields

Trait Implementations

impl Debug for GetInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for GetInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GetInfo

impl Sync for GetInfo