#[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: NameData
§spill_txns: PgStat_Counter
§spill_count: PgStat_Counter
§spill_bytes: PgStat_Counter
§stream_txns: PgStat_Counter
§stream_count: PgStat_Counter
§stream_bytes: PgStat_Counter
§total_txns: PgStat_Counter
§total_bytes: PgStat_Counter
§stat_reset_timestamp: TimestampTz
Trait Implementations§
Source§impl Clone for PgStat_StatReplSlotEntry
impl Clone for PgStat_StatReplSlotEntry
Source§fn clone(&self) -> PgStat_StatReplSlotEntry
fn clone(&self) -> PgStat_StatReplSlotEntry
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_StatReplSlotEntry
impl Debug for PgStat_StatReplSlotEntry
Source§impl Default for PgStat_StatReplSlotEntry
impl Default for PgStat_StatReplSlotEntry
impl Copy for PgStat_StatReplSlotEntry
Auto Trait Implementations§
impl Freeze for PgStat_StatReplSlotEntry
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§
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