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
impl Copy for TM_FailureData
Auto Trait Implementations§
impl Freeze for TM_FailureData
impl RefUnwindSafe for TM_FailureData
impl Send for TM_FailureData
impl Sync for TM_FailureData
impl Unpin for TM_FailureData
impl UnwindSafe for TM_FailureData
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