Struct pgx_pg_sys::PgStat_TableXactStatus
source · #[repr(C)]pub struct PgStat_TableXactStatus {
pub tuples_inserted: PgStat_Counter,
pub tuples_updated: PgStat_Counter,
pub tuples_deleted: PgStat_Counter,
pub truncated: bool,
pub inserted_pre_trunc: PgStat_Counter,
pub updated_pre_trunc: PgStat_Counter,
pub deleted_pre_trunc: PgStat_Counter,
pub nest_level: c_int,
pub upper: *mut PgStat_TableXactStatus,
pub parent: *mut PgStat_TableStatus,
pub next: *mut PgStat_TableXactStatus,
}Fields§
§tuples_inserted: PgStat_Counter§tuples_updated: PgStat_Counter§tuples_deleted: PgStat_Counter§truncated: bool§inserted_pre_trunc: PgStat_Counter§updated_pre_trunc: PgStat_Counter§deleted_pre_trunc: PgStat_Counter§nest_level: c_int§upper: *mut PgStat_TableXactStatus§parent: *mut PgStat_TableStatus§next: *mut PgStat_TableXactStatusTrait Implementations§
source§impl Clone for PgStat_TableXactStatus
impl Clone for PgStat_TableXactStatus
source§fn clone(&self) -> PgStat_TableXactStatus
fn clone(&self) -> PgStat_TableXactStatus
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 more