Struct libp2p_autonat::ProbeId
source · pub struct ProbeId(_);
Expand description
Unique identifier for a probe.
Trait Implementations§
source§impl Ord for ProbeId
impl Ord for ProbeId
source§impl PartialEq<ProbeId> for ProbeId
impl PartialEq<ProbeId> for ProbeId
source§impl PartialOrd<ProbeId> for ProbeId
impl PartialOrd<ProbeId> for ProbeId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more