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
Auto Trait Implementations§
impl !Freeze for StatementCaches
impl RefUnwindSafe for StatementCaches
impl Send for StatementCaches
impl Sync for StatementCaches
impl Unpin for StatementCaches
impl UnwindSafe for StatementCaches
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more