Struct netidx_core::utils::ChanId
source · pub struct ChanId(_);
Implementations§
Trait Implementations§
source§impl Ord for ChanId
impl Ord for ChanId
source§impl PartialEq<ChanId> for ChanId
impl PartialEq<ChanId> for ChanId
source§impl PartialOrd<ChanId> for ChanId
impl PartialOrd<ChanId> for ChanId
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