Struct scsys_actors::networking::ServerHost
source · pub struct ServerHost(_);Implementations§
Trait Implementations§
source§impl Clone for ServerHost
impl Clone for ServerHost
source§fn clone(&self) -> ServerHost
fn clone(&self) -> ServerHost
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 ServerHost
impl Debug for ServerHost
source§impl<'de> Deserialize<'de> for ServerHost
impl<'de> Deserialize<'de> for ServerHost
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 Hash for ServerHost
impl Hash for ServerHost
source§impl PartialEq<ServerHost> for ServerHost
impl PartialEq<ServerHost> for ServerHost
source§fn eq(&self, other: &ServerHost) -> bool
fn eq(&self, other: &ServerHost) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ServerHost
impl Serialize for ServerHost
source§impl TryFrom<String> for ServerHost
impl TryFrom<String> for ServerHost
impl Eq for ServerHost
impl StructuralEq for ServerHost
impl StructuralPartialEq for ServerHost
Auto Trait Implementations§
impl RefUnwindSafe for ServerHost
impl Send for ServerHost
impl Sync for ServerHost
impl Unpin for ServerHost
impl UnwindSafe for ServerHost
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.