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