Struct pgx_pg_sys::PgStat_MsgAutovacStart
source · [−]#[repr(C)]pub struct PgStat_MsgAutovacStart {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_start_time: TimestampTz,
}Fields
m_hdr: PgStat_MsgHdrm_databaseid: Oidm_start_time: TimestampTzTrait Implementations
sourceimpl Clone for PgStat_MsgAutovacStart
impl Clone for PgStat_MsgAutovacStart
sourcefn clone(&self) -> PgStat_MsgAutovacStart
fn clone(&self) -> PgStat_MsgAutovacStart
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 PgStat_MsgAutovacStart
impl Debug for PgStat_MsgAutovacStart
sourceimpl Default for PgStat_MsgAutovacStart
impl Default for PgStat_MsgAutovacStart
impl Copy for PgStat_MsgAutovacStart
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgAutovacStart
impl Send for PgStat_MsgAutovacStart
impl Sync for PgStat_MsgAutovacStart
impl Unpin for PgStat_MsgAutovacStart
impl UnwindSafe for PgStat_MsgAutovacStart
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