Struct pgx_pg_sys::PgStat_StatReplSlotEntry
source · [−]#[repr(C)]pub struct PgStat_StatReplSlotEntry {
pub slotname: NameData,
pub spill_txns: PgStat_Counter,
pub spill_count: PgStat_Counter,
pub spill_bytes: PgStat_Counter,
pub stream_txns: PgStat_Counter,
pub stream_count: PgStat_Counter,
pub stream_bytes: PgStat_Counter,
pub total_txns: PgStat_Counter,
pub total_bytes: PgStat_Counter,
pub stat_reset_timestamp: TimestampTz,
}Fields
slotname: NameDataspill_txns: PgStat_Counterspill_count: PgStat_Counterspill_bytes: PgStat_Counterstream_txns: PgStat_Counterstream_count: PgStat_Counterstream_bytes: PgStat_Countertotal_txns: PgStat_Countertotal_bytes: PgStat_Counterstat_reset_timestamp: TimestampTzTrait Implementations
sourceimpl Clone for PgStat_StatReplSlotEntry
impl Clone for PgStat_StatReplSlotEntry
sourcefn clone(&self) -> PgStat_StatReplSlotEntry
fn clone(&self) -> PgStat_StatReplSlotEntry
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_StatReplSlotEntry
impl Debug for PgStat_StatReplSlotEntry
sourceimpl Default for PgStat_StatReplSlotEntry
impl Default for PgStat_StatReplSlotEntry
impl Copy for PgStat_StatReplSlotEntry
Auto Trait Implementations
impl RefUnwindSafe for PgStat_StatReplSlotEntry
impl Send for PgStat_StatReplSlotEntry
impl Sync for PgStat_StatReplSlotEntry
impl Unpin for PgStat_StatReplSlotEntry
impl UnwindSafe for PgStat_StatReplSlotEntry
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