Struct pgrx_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_MsgHdr
§m_databaseid: Oid
§m_start_time: TimestampTz
Trait Implementations§
source§impl Clone for PgStat_MsgAutovacStart
impl Clone for PgStat_MsgAutovacStart
source§fn clone(&self) -> PgStat_MsgAutovacStart
fn clone(&self) -> PgStat_MsgAutovacStart
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 PgStat_MsgAutovacStart
impl Debug for PgStat_MsgAutovacStart
source§impl Default for PgStat_MsgAutovacStart
impl Default for PgStat_MsgAutovacStart
impl Copy for PgStat_MsgAutovacStart
Auto Trait Implementations§
impl Freeze for PgStat_MsgAutovacStart
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§
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