Struct mhost::dns::Server [] [src]

pub struct Server {
    pub ip_addr: IpAddr,
    pub port: u16,
    pub protocol: Protocol,
    pub source: Source,
}

Fields

Methods

impl Server
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Server
[src]

[src]

Formats the value using the given formatter.

impl Clone for Server
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Server
[src]

impl From<(IpAddr, Source)> for Server
[src]

[src]

Performs the conversion.