Struct everscale_network::overlay::IdShort
source · pub struct IdShort(_);Expand description
Short overlay id
Implementations§
Trait Implementations§
source§impl Ord for IdShort
impl Ord for IdShort
source§impl PartialEq<[u8]> for IdShort
impl PartialEq<[u8]> for IdShort
source§impl PartialEq<[u8; 32]> for IdShort
impl PartialEq<[u8; 32]> for IdShort
source§impl PartialEq<IdShort> for IdShort
impl PartialEq<IdShort> for IdShort
source§impl PartialOrd<IdShort> for IdShort
impl PartialOrd<IdShort> for IdShort
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