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