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