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