Struct pgx_pg_sys::PgStat_ArchiverStats [−][src]
#[repr(C)]pub struct PgStat_ArchiverStats { pub archived_count: PgStat_Counter, pub last_archived_wal: [c_char; 41], pub last_archived_timestamp: TimestampTz, pub failed_count: PgStat_Counter, pub last_failed_wal: [c_char; 41], pub last_failed_timestamp: TimestampTz, pub stat_reset_timestamp: TimestampTz, }
Fields
archived_count: PgStat_Counterlast_archived_wal: [c_char; 41]last_archived_timestamp: TimestampTzfailed_count: PgStat_Counterlast_failed_wal: [c_char; 41]last_failed_timestamp: TimestampTzstat_reset_timestamp: TimestampTzTrait Implementations
impl Clone for PgStat_ArchiverStats[src]
impl Clone for PgStat_ArchiverStats[src]fn clone(&self) -> PgStat_ArchiverStats[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PgStat_ArchiverStats[src]
impl Copy for PgStat_ArchiverStats[src]impl Default for PgStat_ArchiverStats[src]
impl Default for PgStat_ArchiverStats[src]Auto Trait Implementations
impl RefUnwindSafe for PgStat_ArchiverStats
impl RefUnwindSafe for PgStat_ArchiverStatsimpl Send for PgStat_ArchiverStats
impl Send for PgStat_ArchiverStatsimpl Sync for PgStat_ArchiverStats
impl Sync for PgStat_ArchiverStatsimpl Unpin for PgStat_ArchiverStats
impl Unpin for PgStat_ArchiverStatsimpl UnwindSafe for PgStat_ArchiverStats
impl UnwindSafe for PgStat_ArchiverStats