Struct pgx_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: ItemPointerDataxmax: TransactionIdcmax: CommandIdtraversed: boolTrait Implementations
sourceimpl Clone for TM_FailureData
impl Clone for TM_FailureData
sourcefn clone(&self) -> TM_FailureData
fn clone(&self) -> TM_FailureData
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 TM_FailureData
impl Debug for TM_FailureData
sourceimpl Default for TM_FailureData
impl Default for TM_FailureData
sourcefn 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 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
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