Struct dementia::LoginInfo [] [src]

pub struct LoginInfo {
    pub server_name: String,
    pub username: String,
    pub password: String,
}

Fields

Trait Implementations

impl Debug for LoginInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LoginInfo

impl Sync for LoginInfo