Struct reql_types::Network [] [src]

pub struct Network {
    pub canonical_addresses: Vec<CanonicalAddress>,
    pub cluster_port: u16,
    pub connected_to: HashMap<String, bool>,
    pub hostname: String,
    pub http_admin_port: u16,
    pub reql_port: u16,
    pub time_connected: DateTime,
}

Fields

Trait Implementations

impl Debug for Network
[src]

Formats the value using the given formatter.

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more