Struct pgx_pg_sys::PgStat_MsgVacuum
source · [−]#[repr(C)]pub struct PgStat_MsgVacuum {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_tableoid: Oid,
pub m_autovacuum: bool,
pub m_vacuumtime: TimestampTz,
pub m_live_tuples: PgStat_Counter,
pub m_dead_tuples: PgStat_Counter,
}Fields
m_hdr: PgStat_MsgHdrm_databaseid: Oidm_tableoid: Oidm_autovacuum: boolm_vacuumtime: TimestampTzm_live_tuples: PgStat_Counterm_dead_tuples: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_MsgVacuum
impl Clone for PgStat_MsgVacuum
sourcefn clone(&self) -> PgStat_MsgVacuum
fn clone(&self) -> PgStat_MsgVacuum
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_MsgVacuum
impl Debug for PgStat_MsgVacuum
sourceimpl Default for PgStat_MsgVacuum
impl Default for PgStat_MsgVacuum
impl Copy for PgStat_MsgVacuum
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgVacuum
impl Send for PgStat_MsgVacuum
impl Sync for PgStat_MsgVacuum
impl Unpin for PgStat_MsgVacuum
impl UnwindSafe for PgStat_MsgVacuum
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