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