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