#[repr(C)]pub struct ModifyTableState {Show 17 fields
pub ps: PlanState,
pub operation: Type,
pub canSetTag: bool,
pub mt_done: bool,
pub mt_nrels: c_int,
pub resultRelInfo: *mut ResultRelInfo,
pub rootResultRelInfo: *mut ResultRelInfo,
pub mt_epqstate: EPQState,
pub fireBSTriggers: bool,
pub mt_resultOidAttno: c_int,
pub mt_lastResultOid: Oid,
pub mt_lastResultIndex: c_int,
pub mt_resultOidHash: *mut HTAB,
pub mt_root_tuple_slot: *mut TupleTableSlot,
pub mt_partition_tuple_routing: *mut PartitionTupleRouting,
pub mt_transition_capture: *mut TransitionCaptureState,
pub mt_oc_transition_capture: *mut TransitionCaptureState,
}
Fields§
§ps: PlanState
§operation: Type
§canSetTag: bool
§mt_done: bool
§mt_nrels: c_int
§resultRelInfo: *mut ResultRelInfo
§rootResultRelInfo: *mut ResultRelInfo
§mt_epqstate: EPQState
§fireBSTriggers: bool
§mt_resultOidAttno: c_int
§mt_lastResultOid: Oid
§mt_lastResultIndex: c_int
§mt_resultOidHash: *mut HTAB
§mt_root_tuple_slot: *mut TupleTableSlot
§mt_partition_tuple_routing: *mut PartitionTupleRouting
§mt_transition_capture: *mut TransitionCaptureState
§mt_oc_transition_capture: *mut TransitionCaptureState
Trait Implementations§
Source§impl Clone for ModifyTableState
impl Clone for ModifyTableState
Source§fn clone(&self) -> ModifyTableState
fn clone(&self) -> ModifyTableState
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 ModifyTableState
impl Debug for ModifyTableState
Source§impl Default for ModifyTableState
impl Default for ModifyTableState
Source§impl Display for ModifyTableState
impl Display for ModifyTableState
Source§impl PgNode for ModifyTableState
impl PgNode for ModifyTableState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ModifyTableState
Auto Trait Implementations§
impl Freeze for ModifyTableState
impl RefUnwindSafe for ModifyTableState
impl !Send for ModifyTableState
impl !Sync for ModifyTableState
impl Unpin for ModifyTableState
impl UnwindSafe for ModifyTableState
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