Enum ipfs_api::response::DhtType [] [src]

pub enum DhtType {
    SendingQuery,
    PeerResponse,
    FinalPeer,
    QueryError,
    Provider,
    Value,
    AddingPeer,
    DialingPeer,
}

See libp2p.

Variants

Trait Implementations

impl Debug for DhtType
[src]

[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for DhtType
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for DhtType

impl Sync for DhtType