#[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 QueryEnvironmentTrait Implementations§
Source§impl Clone for AlterTableUtilityContext
impl Clone for AlterTableUtilityContext
Source§fn clone(&self) -> AlterTableUtilityContext
fn clone(&self) -> AlterTableUtilityContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlterTableUtilityContext
Source§impl Debug for AlterTableUtilityContext
impl Debug for AlterTableUtilityContext
Auto Trait Implementations§
impl !Send for AlterTableUtilityContext
impl !Sync for AlterTableUtilityContext
impl Freeze for AlterTableUtilityContext
impl RefUnwindSafe for AlterTableUtilityContext
impl Unpin for AlterTableUtilityContext
impl UnsafeUnpin 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