Struct deadpool_postgres::StatementCaches
source · pub struct StatementCaches { /* private fields */ }
Expand description
Structure holding a reference to all StatementCache
s and providing
access for clearing all caches and removing single statements from them.
Implementations§
Trait Implementations§
source§impl Debug for StatementCaches
impl Debug for StatementCaches
source§impl Default for StatementCaches
impl Default for StatementCaches
source§fn default() -> StatementCaches
fn default() -> StatementCaches
Returns the “default value” for a type. Read more