Struct reql_types::CanonicalAddress [] [src]

pub struct CanonicalAddress {
    pub host: IpAddr,
    pub port: u16,
}

Fields

Trait Implementations

impl Debug for CanonicalAddress
[src]

Formats the value using the given formatter.

impl Clone for CanonicalAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more