Struct pgx_pg_sys::WorkerInstrumentation
source · [−]#[repr(C)]pub struct WorkerInstrumentation {
pub num_workers: c_int,
pub instrument: __IncompleteArrayField<Instrumentation>,
}Fields
num_workers: c_intinstrument: __IncompleteArrayField<Instrumentation>Trait Implementations
sourceimpl Debug for WorkerInstrumentation
impl Debug for WorkerInstrumentation
sourceimpl Default for WorkerInstrumentation
impl Default for WorkerInstrumentation
sourcefn default() -> WorkerInstrumentation
fn default() -> WorkerInstrumentation
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WorkerInstrumentation
impl Send for WorkerInstrumentation
impl Sync for WorkerInstrumentation
impl Unpin for WorkerInstrumentation
impl UnwindSafe for WorkerInstrumentation
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