Struct conjure_runtime::config::HostAndPort [−][src]
pub struct HostAndPort { /* fields omitted */ }Expand description
A host and port identifier of a server.
Implementations
Trait Implementations
pub fn deserialize<D>(
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
pub 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HostAndPort
impl Send for HostAndPort
impl Sync for HostAndPort
impl Unpin for HostAndPort
impl UnwindSafe for HostAndPort
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more