Struct pgrx_pg_sys::PgStat_MsgDisconnect
source · #[repr(C)]pub struct PgStat_MsgDisconnect {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_cause: SessionEndType,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_cause: SessionEndType
Trait Implementations§
source§impl Clone for PgStat_MsgDisconnect
impl Clone for PgStat_MsgDisconnect
source§fn clone(&self) -> PgStat_MsgDisconnect
fn clone(&self) -> PgStat_MsgDisconnect
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 more