Struct pgrx_pg_sys::ParallelExecutorInfo
source · #[repr(C)]pub struct ParallelExecutorInfo {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for ParallelExecutorInfo
impl Clone for ParallelExecutorInfo
source§fn clone(&self) -> ParallelExecutorInfo
fn clone(&self) -> ParallelExecutorInfo
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 ParallelExecutorInfo
impl Debug for ParallelExecutorInfo
source§impl Default for ParallelExecutorInfo
impl Default for ParallelExecutorInfo
source§fn default() -> ParallelExecutorInfo
fn default() -> ParallelExecutorInfo
Returns the “default value” for a type. Read more