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