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