Struct pgrx_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 PlannedStmt
§queryString: *const c_char
§relid: Oid
§params: ParamListInfo
§queryEnv: *mut QueryEnvironment
Trait Implementations§
source§impl Clone for AlterTableUtilityContext
impl Clone for AlterTableUtilityContext
source§fn clone(&self) -> AlterTableUtilityContext
fn clone(&self) -> AlterTableUtilityContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AlterTableUtilityContext
impl Debug for AlterTableUtilityContext
source§impl Default for AlterTableUtilityContext
impl Default for AlterTableUtilityContext
impl Copy for AlterTableUtilityContext
Auto Trait Implementations§
impl Freeze for AlterTableUtilityContext
impl RefUnwindSafe for AlterTableUtilityContext
impl !Send for AlterTableUtilityContext
impl !Sync for AlterTableUtilityContext
impl Unpin for AlterTableUtilityContext
impl UnwindSafe for AlterTableUtilityContext
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)