Struct libp2p::kad::handler::KademliaRequestId [−][src]
pub struct KademliaRequestId { /* fields omitted */ }Expand description
Unique identifier for a request. Must be passed back in order to answer a request from the remote.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for KademliaRequestIdimpl Send for KademliaRequestIdimpl Sync for KademliaRequestIdimpl Unpin for KademliaRequestIdimpl UnwindSafe for KademliaRequestId