Struct pgrx_pg_sys::WorkTableScan
source · #[repr(C)]pub struct WorkTableScan {
pub scan: Scan,
pub wtParam: c_int,
}
Fields§
§scan: Scan
§wtParam: c_int
Trait Implementations§
source§impl Clone for WorkTableScan
impl Clone for WorkTableScan
source§fn clone(&self) -> WorkTableScan
fn clone(&self) -> WorkTableScan
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 WorkTableScan
impl Debug for WorkTableScan
source§impl Default for WorkTableScan
impl Default for WorkTableScan
source§impl Display for WorkTableScan
impl Display for WorkTableScan
source§impl PgNode for WorkTableScan
impl PgNode for WorkTableScan
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more