Struct conjure_runtime_config::HostAndPort [−][src]
pub struct HostAndPort { /* fields omitted */ }A host and port identifier of a server.
Implementations
impl HostAndPort[src]
impl HostAndPort[src]Trait Implementations
impl Clone for HostAndPort[src]
impl Clone for HostAndPort[src]fn clone(&self) -> HostAndPort[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for HostAndPort[src]
impl<'de> Deserialize<'de> for HostAndPort[src]fn deserialize<D>(deserializer: D) -> Result<HostAndPort, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl PartialEq<HostAndPort> for HostAndPort[src]
impl PartialEq<HostAndPort> for HostAndPort[src]fn eq(&self, other: &HostAndPort) -> bool[src]
fn ne(&self, other: &HostAndPort) -> bool[src]
impl StructuralPartialEq for HostAndPort[src]
impl StructuralPartialEq for HostAndPort[src]Auto Trait Implementations
impl RefUnwindSafe for HostAndPort
impl RefUnwindSafe for HostAndPortimpl Send for HostAndPort
impl Send for HostAndPortimpl Sync for HostAndPort
impl Sync for HostAndPortimpl Unpin for HostAndPort
impl Unpin for HostAndPortimpl UnwindSafe for HostAndPort
impl UnwindSafe for HostAndPort