Struct surge_ping::PingIdentifier
source · pub struct PingIdentifier(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
source§impl Clone for PingIdentifier
impl Clone for PingIdentifier
source§fn clone(&self) -> PingIdentifier
fn clone(&self) -> PingIdentifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PingIdentifier
impl Debug for PingIdentifier
source§impl Display for PingIdentifier
impl Display for PingIdentifier
source§impl From<u16> for PingIdentifier
impl From<u16> for PingIdentifier
source§impl Hash for PingIdentifier
impl Hash for PingIdentifier
source§impl PartialEq<PingIdentifier> for PingIdentifier
impl PartialEq<PingIdentifier> for PingIdentifier
source§fn eq(&self, other: &PingIdentifier) -> bool
fn eq(&self, other: &PingIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.