Struct pgrx_pg_sys::GrantRoleStmt
source · #[repr(C)]pub struct GrantRoleStmt {
pub type_: NodeTag,
pub granted_roles: *mut List,
pub grantee_roles: *mut List,
pub is_grant: bool,
pub admin_opt: bool,
pub grantor: *mut RoleSpec,
pub behavior: DropBehavior,
}
Fields§
§type_: NodeTag
§granted_roles: *mut List
§grantee_roles: *mut List
§is_grant: bool
§admin_opt: bool
§grantor: *mut RoleSpec
§behavior: DropBehavior
Trait Implementations§
source§impl Clone for GrantRoleStmt
impl Clone for GrantRoleStmt
source§fn clone(&self) -> GrantRoleStmt
fn clone(&self) -> GrantRoleStmt
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 GrantRoleStmt
impl Debug for GrantRoleStmt
source§impl Default for GrantRoleStmt
impl Default for GrantRoleStmt
source§impl Display for GrantRoleStmt
impl Display for GrantRoleStmt
source§impl PgNode for GrantRoleStmt
impl PgNode for GrantRoleStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more