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