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