Struct pgrx_pg_sys::PgStat_MsgDeadlock
source · #[repr(C)]pub struct PgStat_MsgDeadlock {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
Trait Implementations§
source§impl Clone for PgStat_MsgDeadlock
impl Clone for PgStat_MsgDeadlock
source§fn clone(&self) -> PgStat_MsgDeadlock
fn clone(&self) -> PgStat_MsgDeadlock
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_MsgDeadlock
impl Debug for PgStat_MsgDeadlock
source§impl Default for PgStat_MsgDeadlock
impl Default for PgStat_MsgDeadlock
impl Copy for PgStat_MsgDeadlock
Auto Trait Implementations§
impl Freeze for PgStat_MsgDeadlock
impl RefUnwindSafe for PgStat_MsgDeadlock
impl Send for PgStat_MsgDeadlock
impl Sync for PgStat_MsgDeadlock
impl Unpin for PgStat_MsgDeadlock
impl UnwindSafe for PgStat_MsgDeadlock
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