Struct ipfs_api::response::DhtMessage [] [src]

pub struct DhtMessage {
    pub id: String,
    pub typ: DhtType,
    pub responses: Vec<DhtPeerResponse>,
    pub extra: String,
}

Fields

Trait Implementations

impl Debug for DhtMessage
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DhtMessage

impl Sync for DhtMessage