Struct clightningrpc::responses::Peer[][src]

pub struct Peer {
    pub id: String,
    pub connected: bool,
    pub netaddr: Option<Vec<String>>,
    pub local_features: Option<String>,
    pub global_features: Option<String>,
    pub channels: Vec<Channel>,
    pub log: Option<Vec<Log>>,
}

Sub-structure for peer in 'listpeers'

Fields

Trait Implementations

impl Debug for Peer
[src]

Formats the value using the given formatter. Read more

impl Clone for Peer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Peer

impl Sync for Peer