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