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