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