Struct reql::Config[][src]

pub struct Config<'a> {
    pub servers: Vec<SocketAddr>,
    pub db: &'a str,
    pub user: &'a str,
    pub password: &'a str,
    // some fields omitted
}

Connection parameters

Fields

Trait Implementations

impl<'a> Default for Config<'a>
[src]

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

impl<'a> Debug for Config<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for Config<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for Config<'a>

impl<'a> Sync for Config<'a>