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_Countertuples_updated: PgStat_Countertuples_deleted: PgStat_Countertruncated: boolinserted_pre_trunc: PgStat_Counterupdated_pre_trunc: PgStat_Counterdeleted_pre_trunc: PgStat_Counternest_level: c_intupper: *mut PgStat_TableXactStatusparent: *mut PgStat_TableStatusnext: *mut PgStat_TableXactStatusTrait Implementations
sourceimpl Clone for PgStat_TableXactStatus
impl Clone for PgStat_TableXactStatus
sourcefn clone(&self) -> PgStat_TableXactStatus
fn clone(&self) -> PgStat_TableXactStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_TableXactStatus
impl Debug for PgStat_TableXactStatus
sourceimpl Default for PgStat_TableXactStatus
impl Default for PgStat_TableXactStatus
impl Copy for PgStat_TableXactStatus
Auto Trait Implementations
impl RefUnwindSafe for PgStat_TableXactStatus
impl !Send for PgStat_TableXactStatus
impl !Sync for PgStat_TableXactStatus
impl Unpin for PgStat_TableXactStatus
impl UnwindSafe for PgStat_TableXactStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more