[−][src]Struct pgx_pg_sys::PgStat_StatDBEntry
Fields
databaseid: Oidn_xact_commit: PgStat_Countern_xact_rollback: PgStat_Countern_blocks_fetched: PgStat_Countern_blocks_hit: PgStat_Countern_tuples_returned: PgStat_Countern_tuples_fetched: PgStat_Countern_tuples_inserted: PgStat_Countern_tuples_updated: PgStat_Countern_tuples_deleted: PgStat_Counterlast_autovac_time: TimestampTzn_conflict_tablespace: PgStat_Countern_conflict_lock: PgStat_Countern_conflict_snapshot: PgStat_Countern_conflict_bufferpin: PgStat_Countern_conflict_startup_deadlock: PgStat_Countern_temp_files: PgStat_Countern_temp_bytes: PgStat_Countern_deadlocks: PgStat_Countern_checksum_failures: PgStat_Counterlast_checksum_failure: TimestampTzn_block_read_time: PgStat_Countern_block_write_time: PgStat_Counterstat_reset_timestamp: TimestampTzstats_timestamp: TimestampTztables: *mut HTABfunctions: *mut HTABTrait Implementations
impl Clone for PgStat_StatDBEntry[src]
pub fn clone(&self) -> PgStat_StatDBEntry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PgStat_StatDBEntry[src]
impl Debug for PgStat_StatDBEntry[src]
impl Default for PgStat_StatDBEntry[src]
Auto Trait Implementations
impl RefUnwindSafe for PgStat_StatDBEntry[src]
impl !Send for PgStat_StatDBEntry[src]
impl !Sync for PgStat_StatDBEntry[src]
impl Unpin for PgStat_StatDBEntry[src]
impl UnwindSafe for PgStat_StatDBEntry[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,