[−][src]Struct pgx_pg_sys::EState
Fields
type_: NodeTages_direction: ScanDirectiones_snapshot: Snapshotes_crosscheck_snapshot: Snapshotes_range_table: *mut Listes_range_table_size: Indexes_relations: *mut Relationes_rowmarks: *mut *mut ExecRowMarkes_plannedstmt: *mut PlannedStmtes_sourceText: *const c_chares_junkFilter: *mut JunkFilteres_output_cid: CommandIdes_result_relations: *mut ResultRelInfoes_num_result_relations: c_intes_result_relation_info: *mut ResultRelInfoes_root_result_relations: *mut ResultRelInfoes_num_root_result_relations: c_intes_partition_directory: PartitionDirectoryes_tuple_routing_result_relations: *mut Listes_trig_target_relations: *mut Listes_param_list_info: ParamListInfoes_param_exec_vals: *mut ParamExecDataes_queryEnv: *mut QueryEnvironmentes_query_cxt: MemoryContextes_tupleTable: *mut Listes_processed: uint64es_top_eflags: c_intes_instrument: c_intes_finished: booles_exprcontexts: *mut Listes_subplanstates: *mut Listes_auxmodifytables: *mut Listes_per_tuple_exprcontext: *mut ExprContextes_epq_active: *mut EPQStatees_use_parallel_mode: booles_query_dsa: *mut dsa_areaes_jit_flags: c_intes_jit: *mut JitContextes_jit_worker_instr: *mut JitInstrumentationTrait Implementations
impl Clone for EState[src]
impl Copy for EState[src]
impl Debug for EState[src]
impl Default for EState[src]
impl Display for EState[src]
impl PgNode for EState[src]
Auto Trait Implementations
impl RefUnwindSafe for EState[src]
impl !Send for EState[src]
impl !Sync for EState[src]
impl Unpin for EState[src]
impl UnwindSafe for EState[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,