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