Struct pgx_pg_sys::PgStat_MsgConnect
source · [−]#[repr(C)]pub struct PgStat_MsgConnect {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
}Fields
m_hdr: PgStat_MsgHdrm_databaseid: OidTrait Implementations
sourceimpl Clone for PgStat_MsgConnect
impl Clone for PgStat_MsgConnect
sourcefn clone(&self) -> PgStat_MsgConnect
fn clone(&self) -> PgStat_MsgConnect
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_MsgConnect
impl Debug for PgStat_MsgConnect
sourceimpl Default for PgStat_MsgConnect
impl Default for PgStat_MsgConnect
impl Copy for PgStat_MsgConnect
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgConnect
impl Send for PgStat_MsgConnect
impl Sync for PgStat_MsgConnect
impl Unpin for PgStat_MsgConnect
impl UnwindSafe for PgStat_MsgConnect
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