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