Struct libp2p_perf::client::RunId
source · pub struct RunId(/* private fields */);
Expand description
Connection identifier.
Trait Implementations§
source§impl Ord for RunId
impl Ord for RunId
source§impl PartialEq for RunId
impl PartialEq for RunId
source§impl PartialOrd for RunId
impl PartialOrd 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 moreimpl Copy for RunId
impl Eq for RunId
impl StructuralEq for RunId
impl StructuralPartialEq for RunId
Auto Trait Implementations§
impl RefUnwindSafe for RunId
impl Send for RunId
impl Sync for RunId
impl Unpin for RunId
impl UnwindSafe for RunId
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