#[repr(C)]
pub union PgStat_Msg {
Show 27 fields pub msg_hdr: PgStat_MsgHdr, pub msg_dummy: PgStat_MsgDummy, pub msg_inquiry: PgStat_MsgInquiry, pub msg_tabstat: PgStat_MsgTabstat, pub msg_tabpurge: PgStat_MsgTabpurge, pub msg_dropdb: PgStat_MsgDropdb, pub msg_resetcounter: PgStat_MsgResetcounter, pub msg_resetsharedcounter: PgStat_MsgResetsharedcounter, pub msg_resetsinglecounter: PgStat_MsgResetsinglecounter, pub msg_resetslrucounter: PgStat_MsgResetslrucounter, pub msg_resetreplslotcounter: PgStat_MsgResetreplslotcounter, pub msg_autovacuum_start: PgStat_MsgAutovacStart, pub msg_vacuum: PgStat_MsgVacuum, pub msg_analyze: PgStat_MsgAnalyze, pub msg_archiver: PgStat_MsgArchiver, pub msg_bgwriter: PgStat_MsgBgWriter, pub msg_wal: PgStat_MsgWal, pub msg_slru: PgStat_MsgSLRU, pub msg_funcstat: PgStat_MsgFuncstat, pub msg_funcpurge: PgStat_MsgFuncpurge, pub msg_recoveryconflict: PgStat_MsgRecoveryConflict, pub msg_deadlock: PgStat_MsgDeadlock, pub msg_tempfile: PgStat_MsgTempFile, pub msg_checksumfailure: PgStat_MsgChecksumFailure, pub msg_replslot: PgStat_MsgReplSlot, pub msg_connect: PgStat_MsgConnect, pub msg_disconnect: PgStat_MsgDisconnect,
}

Fields

msg_hdr: PgStat_MsgHdrmsg_dummy: PgStat_MsgDummymsg_inquiry: PgStat_MsgInquirymsg_tabstat: PgStat_MsgTabstatmsg_tabpurge: PgStat_MsgTabpurgemsg_dropdb: PgStat_MsgDropdbmsg_resetcounter: PgStat_MsgResetcountermsg_resetsharedcounter: PgStat_MsgResetsharedcountermsg_resetsinglecounter: PgStat_MsgResetsinglecountermsg_resetslrucounter: PgStat_MsgResetslrucountermsg_resetreplslotcounter: PgStat_MsgResetreplslotcountermsg_autovacuum_start: PgStat_MsgAutovacStartmsg_vacuum: PgStat_MsgVacuummsg_analyze: PgStat_MsgAnalyzemsg_archiver: PgStat_MsgArchivermsg_bgwriter: PgStat_MsgBgWritermsg_wal: PgStat_MsgWalmsg_slru: PgStat_MsgSLRUmsg_funcstat: PgStat_MsgFuncstatmsg_funcpurge: PgStat_MsgFuncpurgemsg_recoveryconflict: PgStat_MsgRecoveryConflictmsg_deadlock: PgStat_MsgDeadlockmsg_tempfile: PgStat_MsgTempFilemsg_checksumfailure: PgStat_MsgChecksumFailuremsg_replslot: PgStat_MsgReplSlotmsg_connect: PgStat_MsgConnectmsg_disconnect: PgStat_MsgDisconnect

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.