Struct l337::Config[][src]

pub struct Config { /* fields omitted */ }
Expand description

Configuration for the connection pool

Implementations

Create a new configuration object with default values

Set timeout period for starting up a new connection. If it takes longer than the specified time to wait for a connection to become available, it will fail.

By default, there is no timeout limit on getting a new connection.

If true, the health of a connection will be verified via a call to ConnectionManager::is_valid before it is checked out of the pool.

Defaults to true.

Minimum number of connections in the pool. The pool will be initialied with this number of connections

Defaults to 1 connection.

Max number of connections to keep in the pool

Defaults to 10 connections.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more