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