Struct reql::command::ConnectOpts [] [src]

pub struct ConnectOpts { /* fields omitted */ }

Connection Options

Implements methods for configuring details to connect to database servers.

Methods

impl ConnectOpts
[src]

Sets servers

Sets database

Sets username

Sets password

Sets retries

Creates a connection pool

Trait Implementations

impl Debug for ConnectOpts
[src]

Formats the value using the given formatter.

impl Clone for ConnectOpts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ConnectOpts
[src]

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