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