Struct pgrx_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_TableXactStatus
Trait 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 moresource§impl Debug for PgStat_TableXactStatus
impl Debug for PgStat_TableXactStatus
source§impl Default for PgStat_TableXactStatus
impl Default for PgStat_TableXactStatus
impl Copy for PgStat_TableXactStatus
Auto Trait Implementations§
impl Freeze for PgStat_TableXactStatus
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§
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