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
sourceimpl Debug for StatementCaches
impl Debug for StatementCaches
sourceimpl Default for StatementCaches
impl Default for StatementCaches
sourcefn default() -> StatementCaches
fn default() -> StatementCaches
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StatementCaches
impl Send for StatementCaches
impl Sync for StatementCaches
impl Unpin for StatementCaches
impl UnwindSafe for StatementCaches
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more