Struct ark::models::peer::Peer [] [src]

pub struct Peer {
    pub ip: String,
    pub port: u64,
    pub version: String,
    pub errors: u64,
    pub os: String,
    pub height: Option<u64>,
    pub rate: Option<u64>,
    pub status: String,
    pub delay: u64,
}

Fields

Trait Implementations

impl Debug for Peer
[src]

[src]

Formats the value using the given formatter.