#[repr(C)]pub struct PgStat_MsgArchiver {
pub m_hdr: PgStat_MsgHdr,
pub m_failed: bool,
pub m_xlog: [c_char; 41],
pub m_timestamp: TimestampTz,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_failed: bool
§m_xlog: [c_char; 41]
§m_timestamp: TimestampTz
Trait Implementations§
Source§impl Clone for PgStat_MsgArchiver
impl Clone for PgStat_MsgArchiver
Source§fn clone(&self) -> PgStat_MsgArchiver
fn clone(&self) -> PgStat_MsgArchiver
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_MsgArchiver
impl Debug for PgStat_MsgArchiver
Source§impl Default for PgStat_MsgArchiver
impl Default for PgStat_MsgArchiver
impl Copy for PgStat_MsgArchiver
Auto Trait Implementations§
impl Freeze for PgStat_MsgArchiver
impl RefUnwindSafe for PgStat_MsgArchiver
impl Send for PgStat_MsgArchiver
impl Sync for PgStat_MsgArchiver
impl Unpin for PgStat_MsgArchiver
impl UnwindSafe for PgStat_MsgArchiver
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