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