Struct ethcore_rpc::v1::types::PeerInfo [] [src]

pub struct PeerInfo {
    pub id: Option<String>,
    pub name: String,
    pub caps: Vec<String>,
    pub network: PeerNetworkInfo,
    pub protocols: PeerProtocolsInfo,
}

Peer connection information

Fields

Public node id

Node client ID

Capabilities

Network information

Protocols information

Trait Implementations

impl Debug for PeerInfo
[src]

Formats the value using the given formatter.

impl Default for PeerInfo
[src]

Returns the "default value" for a type. Read more

impl From<SyncPeerInfo> for PeerInfo
[src]

Performs the conversion.