Struct postgres::UserInfo [] [src]

pub struct UserInfo {
    pub user: String,
    pub password: Option<String>,
}

Authentication information.

Fields

The username.

An optional password.

Trait Implementations

impl Clone for UserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserInfo
[src]

Formats the value using the given formatter.