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 moreimpl Copy for IdShort
impl Eq for IdShort
impl StructuralEq for IdShort
impl StructuralPartialEq for IdShort
Auto Trait Implementations§
impl RefUnwindSafe for IdShort
impl Send for IdShort
impl Sync for IdShort
impl Unpin for IdShort
impl UnwindSafe for IdShort
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