pub struct ReflectPgConstraintStmt(/* private fields */);Implementations§
Source§impl ReflectPgConstraintStmt
impl ReflectPgConstraintStmt
pub async fn prepare<'a, C: GenericClient>( self, client: &'a C, ) -> Result<Self, Error>
pub fn bind<'c, 'a, 's, C: GenericClient>( &'s self, client: &'c C, ) -> ReflectPgConstraintQuery<'c, 'a, 's, C, ReflectPgConstraint, 0>
Auto Trait Implementations§
impl Freeze for ReflectPgConstraintStmt
impl !RefUnwindSafe for ReflectPgConstraintStmt
impl Send for ReflectPgConstraintStmt
impl Sync for ReflectPgConstraintStmt
impl Unpin for ReflectPgConstraintStmt
impl UnsafeUnpin for ReflectPgConstraintStmt
impl !UnwindSafe for ReflectPgConstraintStmt
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