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