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