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