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