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