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