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