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