Enum nut_client::Host [−][src]
pub enum Host {
Tcp(SocketAddr),
}Expand description
A host specification.
Variants
A TCP hostname and port.
Tuple Fields of Tcp
0: SocketAddrTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Host
impl UnwindSafe for Host
Blanket Implementations
Mutably borrows from an owned value. Read more