Struct pgx_pg_sys::SharedMemoizeInfo
source · [−]#[repr(C)]pub struct SharedMemoizeInfo {
pub num_workers: c_int,
pub sinstrument: __IncompleteArrayField<MemoizeInstrumentation>,
}Fields
num_workers: c_intsinstrument: __IncompleteArrayField<MemoizeInstrumentation>Trait Implementations
sourcefn default() -> SharedMemoizeInfo
fn default() -> SharedMemoizeInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more