Struct pgx_pg_sys::xl_xact_commit
source · [−]#[repr(C)]pub struct xl_xact_commit {
pub xact_time: TimestampTz,
}Fields
xact_time: TimestampTzTrait Implementations
sourceimpl Clone for xl_xact_commit
impl Clone for xl_xact_commit
sourcefn clone(&self) -> xl_xact_commit
fn clone(&self) -> xl_xact_commit
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 xl_xact_commit
impl Debug for xl_xact_commit
sourceimpl Default for xl_xact_commit
impl Default for xl_xact_commit
sourcefn 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 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
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