Struct r2d2::State [] [src]

pub struct State {
    pub connections: u32,
    pub idle_connections: u32,
    // some fields omitted
}

Information about the state of a Pool.

Fields

The number of connections currently being managed by the pool.

The number of idle connections.

Trait Implementations

impl Debug for State
[src]

[src]

Formats the value using the given formatter.