Struct pgx_pg_sys::ExplainWorkersState
source · [−]#[repr(C)]pub struct ExplainWorkersState {
pub num_workers: c_int,
pub worker_inited: *mut bool,
pub worker_str: *mut StringInfoData,
pub worker_state_save: *mut c_int,
pub prev_str: StringInfo,
}Fields
num_workers: c_intworker_inited: *mut boolworker_str: *mut StringInfoDataworker_state_save: *mut c_intprev_str: StringInfoTrait Implementations
sourceimpl Clone for ExplainWorkersState
impl Clone for ExplainWorkersState
sourcefn clone(&self) -> ExplainWorkersState
fn clone(&self) -> ExplainWorkersState
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 ExplainWorkersState
impl Debug for ExplainWorkersState
sourceimpl Default for ExplainWorkersState
impl Default for ExplainWorkersState
impl Copy for ExplainWorkersState
Auto Trait Implementations
impl RefUnwindSafe for ExplainWorkersState
impl !Send for ExplainWorkersState
impl !Sync for ExplainWorkersState
impl Unpin for ExplainWorkersState
impl UnwindSafe for ExplainWorkersState
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