Struct pgx_pg_sys::MemoizeInstrumentation
source · [−]#[repr(C)]pub struct MemoizeInstrumentation {
pub cache_hits: uint64,
pub cache_misses: uint64,
pub cache_evictions: uint64,
pub cache_overflows: uint64,
pub mem_peak: uint64,
}Fields
cache_hits: uint64cache_misses: uint64cache_evictions: uint64cache_overflows: uint64mem_peak: uint64Trait Implementations
sourceimpl Clone for MemoizeInstrumentation
impl Clone for MemoizeInstrumentation
sourcefn clone(&self) -> MemoizeInstrumentation
fn clone(&self) -> MemoizeInstrumentation
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 MemoizeInstrumentation
impl Debug for MemoizeInstrumentation
sourceimpl Default for MemoizeInstrumentation
impl Default for MemoizeInstrumentation
sourcefn default() -> MemoizeInstrumentation
fn default() -> MemoizeInstrumentation
Returns the “default value” for a type. Read more
impl Copy for MemoizeInstrumentation
Auto Trait Implementations
impl RefUnwindSafe for MemoizeInstrumentation
impl Send for MemoizeInstrumentation
impl Sync for MemoizeInstrumentation
impl Unpin for MemoizeInstrumentation
impl UnwindSafe for MemoizeInstrumentation
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