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