Struct pgx_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_MsgHdrm_databaseid: Oidm_cause: SessionEndTypeTrait Implementations
sourceimpl Clone for PgStat_MsgDisconnect
impl Clone for PgStat_MsgDisconnect
sourcefn clone(&self) -> PgStat_MsgDisconnect
fn clone(&self) -> PgStat_MsgDisconnect
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_MsgDisconnect
impl Debug for PgStat_MsgDisconnect
sourceimpl Default for PgStat_MsgDisconnect
impl Default for PgStat_MsgDisconnect
impl Copy for PgStat_MsgDisconnect
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgDisconnect
impl Send for PgStat_MsgDisconnect
impl Sync for PgStat_MsgDisconnect
impl Unpin for PgStat_MsgDisconnect
impl UnwindSafe for PgStat_MsgDisconnect
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