Struct pgrx_pg_sys::TM_FailureData
source · #[repr(C)]pub struct TM_FailureData {
pub ctid: ItemPointerData,
pub xmax: TransactionId,
pub cmax: CommandId,
pub traversed: bool,
}
Fields§
§ctid: ItemPointerData
§xmax: TransactionId
§cmax: CommandId
§traversed: bool
Trait Implementations§
source§impl Clone for TM_FailureData
impl Clone for TM_FailureData
source§fn clone(&self) -> TM_FailureData
fn clone(&self) -> TM_FailureData
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 TM_FailureData
impl Debug for TM_FailureData
source§impl Default for TM_FailureData
impl Default for TM_FailureData
source§fn default() -> TM_FailureData
fn default() -> TM_FailureData
Returns the “default value” for a type. Read more