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