Struct cdrs::client::Credentials [] [src]

pub struct Credentials {
    pub username: String,
    pub password: String,
}

DB user's credentials.

Fields

DB user's username

DB user's password

Trait Implementations

impl Clone for Credentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Credentials
[src]

Formats the value using the given formatter.