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 KademliaRequestId
impl Send for KademliaRequestId
impl Sync for KademliaRequestId
impl Unpin for KademliaRequestId
impl UnwindSafe for KademliaRequestId