Struct pgx_pg_sys::PgStat_FunctionEntry
source · [−]#[repr(C)]pub struct PgStat_FunctionEntry {
pub f_id: Oid,
pub f_numcalls: PgStat_Counter,
pub f_total_time: PgStat_Counter,
pub f_self_time: PgStat_Counter,
}Fields
f_id: Oidf_numcalls: PgStat_Counterf_total_time: PgStat_Counterf_self_time: PgStat_CounterTrait Implementations
sourceimpl Clone for PgStat_FunctionEntry
impl Clone for PgStat_FunctionEntry
sourcefn clone(&self) -> PgStat_FunctionEntry
fn clone(&self) -> PgStat_FunctionEntry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_FunctionEntry
impl Debug for PgStat_FunctionEntry
sourceimpl Default for PgStat_FunctionEntry
impl Default for PgStat_FunctionEntry
sourcefn default() -> PgStat_FunctionEntry
fn default() -> PgStat_FunctionEntry
Returns the “default value” for a type. Read more
impl Copy for PgStat_FunctionEntry
Auto Trait Implementations
impl RefUnwindSafe for PgStat_FunctionEntry
impl Send for PgStat_FunctionEntry
impl Sync for PgStat_FunctionEntry
impl Unpin for PgStat_FunctionEntry
impl UnwindSafe for PgStat_FunctionEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more