pub struct ReflectPgDatabaseStmt(/* private fields */);Implementations§
Source§impl ReflectPgDatabaseStmt
impl ReflectPgDatabaseStmt
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, ) -> ReflectPgDatabaseQuery<'c, 'a, 's, C, ReflectPgDatabase, 0>
Auto Trait Implementations§
impl Freeze for ReflectPgDatabaseStmt
impl !RefUnwindSafe for ReflectPgDatabaseStmt
impl Send for ReflectPgDatabaseStmt
impl Sync for ReflectPgDatabaseStmt
impl Unpin for ReflectPgDatabaseStmt
impl UnsafeUnpin for ReflectPgDatabaseStmt
impl !UnwindSafe for ReflectPgDatabaseStmt
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