Struct libp2p_perf::client::RunId
source · pub struct RunId(_);
Expand description
Connection identifier.
Trait Implementations§
source§impl Ord for RunId
impl Ord for RunId
source§impl PartialEq<RunId> for RunId
impl PartialEq<RunId> for RunId
source§impl PartialOrd<RunId> for RunId
impl PartialOrd<RunId> for RunId
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