Struct ntp_daemon::observer::WrappedSocketAddr
source · pub struct WrappedSocketAddr(_);Trait Implementations§
source§impl Clone for WrappedSocketAddr
impl Clone for WrappedSocketAddr
source§fn clone(&self) -> WrappedSocketAddr
fn clone(&self) -> WrappedSocketAddr
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 WrappedSocketAddr
impl Debug for WrappedSocketAddr
source§impl<'de> Deserialize<'de> for WrappedSocketAddr
impl<'de> Deserialize<'de> for WrappedSocketAddr
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl EncodeLabelValue for WrappedSocketAddr
impl EncodeLabelValue for WrappedSocketAddr
source§impl From<SocketAddr> for WrappedSocketAddr
impl From<SocketAddr> for WrappedSocketAddr
source§fn from(s: SocketAddr) -> Self
fn from(s: SocketAddr) -> Self
Converts to this type from the input type.
source§impl Hash for WrappedSocketAddr
impl Hash for WrappedSocketAddr
source§impl PartialEq<WrappedSocketAddr> for WrappedSocketAddr
impl PartialEq<WrappedSocketAddr> for WrappedSocketAddr
source§fn eq(&self, other: &WrappedSocketAddr) -> bool
fn eq(&self, other: &WrappedSocketAddr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WrappedSocketAddr
impl Serialize for WrappedSocketAddr
impl Copy for WrappedSocketAddr
impl Eq for WrappedSocketAddr
impl StructuralEq for WrappedSocketAddr
impl StructuralPartialEq for WrappedSocketAddr
Auto Trait Implementations§
impl RefUnwindSafe for WrappedSocketAddr
impl Send for WrappedSocketAddr
impl Sync for WrappedSocketAddr
impl Unpin for WrappedSocketAddr
impl UnwindSafe for WrappedSocketAddr
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.