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