#[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_int
§worker_inited: *mut bool
§worker_str: *mut StringInfoData
§worker_state_save: *mut c_int
§prev_str: StringInfo
Trait Implementations§
Source§impl Clone for ExplainWorkersState
impl Clone for ExplainWorkersState
Source§fn clone(&self) -> ExplainWorkersState
fn clone(&self) -> ExplainWorkersState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExplainWorkersState
impl Debug for ExplainWorkersState
Source§impl Default for ExplainWorkersState
impl Default for ExplainWorkersState
impl Copy for ExplainWorkersState
Auto Trait Implementations§
impl Freeze for ExplainWorkersState
impl RefUnwindSafe for ExplainWorkersState
impl !Send for ExplainWorkersState
impl !Sync for ExplainWorkersState
impl Unpin for ExplainWorkersState
impl UnwindSafe for ExplainWorkersState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more