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]pub 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]pub fn deserialize<D>(
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, [src]
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
impl Display for HostAndPort[src]
impl Display for HostAndPort[src]impl PartialEq<HostAndPort> for HostAndPort[src]
impl PartialEq<HostAndPort> for HostAndPort[src]pub fn eq(&self, other: &HostAndPort) -> bool[src]
pub 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 HostAndPortBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,