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 moreimpl Copy for ProbeId
impl Eq for ProbeId
impl StructuralEq for ProbeId
impl StructuralPartialEq for ProbeId
Auto Trait Implementations§
impl RefUnwindSafe for ProbeId
impl Send for ProbeId
impl Sync for ProbeId
impl Unpin for ProbeId
impl UnwindSafe for ProbeId
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more