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