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