#[repr(C)]pub struct PgStat_MsgInquiry {
pub m_hdr: PgStat_MsgHdr,
pub clock_time: TimestampTz,
pub cutoff_time: TimestampTz,
pub databaseid: Oid,
}
Fields§
§m_hdr: PgStat_MsgHdr
§clock_time: TimestampTz
§cutoff_time: TimestampTz
§databaseid: Oid
Trait Implementations§
Source§impl Clone for PgStat_MsgInquiry
impl Clone for PgStat_MsgInquiry
Source§fn clone(&self) -> PgStat_MsgInquiry
fn clone(&self) -> PgStat_MsgInquiry
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_MsgInquiry
impl Debug for PgStat_MsgInquiry
Source§impl Default for PgStat_MsgInquiry
impl Default for PgStat_MsgInquiry
impl Copy for PgStat_MsgInquiry
Auto Trait Implementations§
impl Freeze for PgStat_MsgInquiry
impl RefUnwindSafe for PgStat_MsgInquiry
impl Send for PgStat_MsgInquiry
impl Sync for PgStat_MsgInquiry
impl Unpin for PgStat_MsgInquiry
impl UnwindSafe for PgStat_MsgInquiry
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