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 duplicate 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 for PingIdentifier
impl PartialEq for PingIdentifier
impl Copy for PingIdentifier
impl Eq for PingIdentifier
impl StructuralPartialEq for PingIdentifier
Auto Trait Implementations§
impl Freeze for PingIdentifier
impl RefUnwindSafe for PingIdentifier
impl Send for PingIdentifier
impl Sync for PingIdentifier
impl Unpin for PingIdentifier
impl UnwindSafe for PingIdentifier
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