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