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