Struct clightningrpc::responses::ListPeers[][src]

pub struct ListPeers {
    pub peers: Vec<Peer>,
}

'listpeers' command

Fields

Trait Implementations

impl Debug for ListPeers
[src]

Formats the value using the given formatter. Read more

impl Clone for ListPeers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ListPeers

impl Sync for ListPeers