Struct pgx_pg_sys::AlterTableUtilityContext
source · [−]#[repr(C)]pub struct AlterTableUtilityContext {
pub pstmt: *mut PlannedStmt,
pub queryString: *const c_char,
pub relid: Oid,
pub params: ParamListInfo,
pub queryEnv: *mut QueryEnvironment,
}Fields
pstmt: *mut PlannedStmtqueryString: *const c_charrelid: Oidparams: ParamListInfoqueryEnv: *mut QueryEnvironmentTrait Implementations
sourceimpl Clone for AlterTableUtilityContext
impl Clone for AlterTableUtilityContext
sourcefn clone(&self) -> AlterTableUtilityContext
fn clone(&self) -> AlterTableUtilityContext
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterTableUtilityContext
impl Debug for AlterTableUtilityContext
sourceimpl Default for AlterTableUtilityContext
impl Default for AlterTableUtilityContext
impl Copy for AlterTableUtilityContext
Auto Trait Implementations
impl RefUnwindSafe for AlterTableUtilityContext
impl !Send for AlterTableUtilityContext
impl !Sync for AlterTableUtilityContext
impl Unpin for AlterTableUtilityContext
impl UnwindSafe for AlterTableUtilityContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more