Struct nero::config::Uplink [] [src]

pub struct Uplink {
    pub ip: String,
    pub port: i32,
    pub protocol: String,
    pub hostname: String,
    pub description: String,
    pub send_pass: String,
    pub recv_pass: String,
    pub numeric: Option<String>,
}

Fields

Trait Implementations

impl Debug for Uplink
[src]

Formats the value using the given formatter.