Struct conjure_runtime::config::HostAndPort
source · pub struct HostAndPort { /* private fields */ }Expand description
A host and port identifier of a server.
Implementations§
Trait Implementations§
source§impl Clone for HostAndPort
impl Clone for HostAndPort
source§fn clone(&self) -> HostAndPort
fn clone(&self) -> HostAndPort
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 HostAndPort
impl Debug for HostAndPort
source§impl<'de> Deserialize<'de> for HostAndPort
impl<'de> Deserialize<'de> for HostAndPort
source§fn deserialize<D>(
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for HostAndPort
impl Display for HostAndPort
source§impl PartialEq<HostAndPort> for HostAndPort
impl PartialEq<HostAndPort> for HostAndPort
source§fn eq(&self, other: &HostAndPort) -> bool
fn eq(&self, other: &HostAndPort) -> bool
This method tests for
self and other values to be equal, and is used
by ==.