Struct libp2p::request_response::RequestId [−][src]
pub struct RequestId(_);
Expand description
The ID of an inbound or outbound request.
Note: RequestId’s uniqueness is only guaranteed between two
inbound and likewise between two outbound requests. There is no
uniqueness guarantee in a set of both inbound and outbound
RequestIds nor in a set of inbound or outbound requests
originating from different RequestResponse behaviours.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RequestIdimpl UnwindSafe for RequestIdBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash, pub fn vzip(self) -> V