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