Struct pgx_pg_sys::PgStat_ArchiverStats
source · [−]#[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
sourceimpl Clone for PgStat_ArchiverStats
impl Clone for PgStat_ArchiverStats
sourcefn clone(&self) -> PgStat_ArchiverStats
fn clone(&self) -> PgStat_ArchiverStats
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_ArchiverStats
impl Debug for PgStat_ArchiverStats
sourceimpl Default for PgStat_ArchiverStats
impl Default for PgStat_ArchiverStats
impl Copy for PgStat_ArchiverStats
Auto Trait Implementations
impl RefUnwindSafe for PgStat_ArchiverStats
impl Send for PgStat_ArchiverStats
impl Sync for PgStat_ArchiverStats
impl Unpin for PgStat_ArchiverStats
impl UnwindSafe for PgStat_ArchiverStats
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