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