Struct tk_cantal::PeersResponse [] [src]

pub struct PeersResponse {
    pub requested: SystemTime,
    pub received: SystemTime,
    pub peers: Vec<Peer>,
}

A response to the get_peers() request

Fields

A timestamp when get_peers() wasa issued

A timestamp when response to the request was received

Actual list of peer data

Trait Implementations

impl Debug for PeersResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PeersResponse

impl Sync for PeersResponse