Struct ipfs_api::response::DhtPeerResponse [] [src]

pub struct DhtPeerResponse {
    pub id: String,
    pub addrs: Vec<String>,
}

Fields

Trait Implementations

impl Debug for DhtPeerResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations