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