Struct libp2p_kad::QueryId
source · [−]pub struct QueryId(_);
Expand description
Unique identifier for an active query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryId
impl UnwindSafe for QueryId
Blanket Implementations
Mutably borrows from an owned value. Read more