Struct pgrx_pg_sys::AlternativeSubPlan
source · #[repr(C)]pub struct AlternativeSubPlan {
pub xpr: Expr,
pub subplans: *mut List,
}
Fields§
§xpr: Expr
§subplans: *mut List
Trait Implementations§
source§impl Clone for AlternativeSubPlan
impl Clone for AlternativeSubPlan
source§fn clone(&self) -> AlternativeSubPlan
fn clone(&self) -> AlternativeSubPlan
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 AlternativeSubPlan
impl Debug for AlternativeSubPlan
source§impl Default for AlternativeSubPlan
impl Default for AlternativeSubPlan
source§impl Display for AlternativeSubPlan
impl Display for AlternativeSubPlan
source§impl PgNode for AlternativeSubPlan
impl PgNode for AlternativeSubPlan
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more