#[repr(C)]pub struct PgStat_MsgDisconnect {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_cause: Type,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_cause: Type
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 moreSource§impl Debug for PgStat_MsgDisconnect
impl Debug for PgStat_MsgDisconnect
Source§impl Default for PgStat_MsgDisconnect
impl Default for PgStat_MsgDisconnect
impl Copy for PgStat_MsgDisconnect
Auto Trait Implementations§
impl Freeze for PgStat_MsgDisconnect
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§
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