Struct pop3_rs::AccountConfig [] [src]

pub struct AccountConfig {
    pub host: String,
    pub port: u16,
    pub username: String,
    pub password: String,
    pub auth: String,
    pub maildir: PathBuf,
}

Fields

Trait Implementations

impl Debug for AccountConfig
[src]

Formats the value using the given formatter.