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