#[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_Counter
§last_archived_wal: [c_char; 41]
§last_archived_timestamp: TimestampTz
§failed_count: PgStat_Counter
§last_failed_wal: [c_char; 41]
§last_failed_timestamp: TimestampTz
§stat_reset_timestamp: TimestampTz
Trait Implementations§
Source§impl Clone for PgStat_ArchiverStats
impl Clone for PgStat_ArchiverStats
Source§fn clone(&self) -> PgStat_ArchiverStats
fn clone(&self) -> PgStat_ArchiverStats
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_ArchiverStats
impl Debug for PgStat_ArchiverStats
Source§impl Default for PgStat_ArchiverStats
impl Default for PgStat_ArchiverStats
impl Copy for PgStat_ArchiverStats
Auto Trait Implementations§
impl Freeze for PgStat_ArchiverStats
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§
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