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