pub struct StatementRegistry { /* private fields */ }Expand description
A prepared statement registry that tracks statements by name.
This is useful for debugging and monitoring which statements are cached.
Implementations§
Trait Implementations§
Source§impl Default for StatementRegistry
impl Default for StatementRegistry
Source§fn default() -> StatementRegistry
fn default() -> StatementRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StatementRegistry
impl !RefUnwindSafe for StatementRegistry
impl Send for StatementRegistry
impl Sync for StatementRegistry
impl Unpin for StatementRegistry
impl UnwindSafe for StatementRegistry
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