Struct netrc::Machine [] [src]

pub struct Machine {
    pub login: String,
    pub password: Option<String>,
    pub account: Option<String>,
    pub port: Option<u16>,
}

Fields

Trait Implementations

impl Debug for Machine
[src]

Formats the value using the given formatter.

impl Default for Machine
[src]

Returns the "default value" for a type. Read more