Struct deadpool_sqlite::Status [−][src]
Expand description
The current pool status.
Fields
max_size: usizeThe maximum size of the pool.
size: usizeThe current size of the pool.
available: isizeThe number of available objects in the pool. If there are no objects in the pool this number can become negative and stores the number of futures waiting for an object.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Status
impl UnwindSafe for Status
Blanket Implementations
Mutably borrows from an owned value. Read more