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