Struct xitca_postgres::statement::StatementGuarded
source · pub struct StatementGuarded<'a, C>where
C: Prepare,{ /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl<C> Deref for StatementGuarded<'_, C>where
C: Prepare,
impl<C> Deref for StatementGuarded<'_, C>where
C: Prepare,
source§impl<C> Drop for StatementGuarded<'_, C>where
C: Prepare,
impl<C> Drop for StatementGuarded<'_, C>where
C: Prepare,
Auto Trait Implementations§
impl<'a, C> Freeze for StatementGuarded<'a, C>
impl<'a, C> RefUnwindSafe for StatementGuarded<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for StatementGuarded<'a, C>
impl<'a, C> Sync for StatementGuarded<'a, C>
impl<'a, C> Unpin for StatementGuarded<'a, C>
impl<'a, C> UnwindSafe for StatementGuarded<'a, C>where
C: RefUnwindSafe,
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