#[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