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