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