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