Struct pgx_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_: NodeTaggranted_roles: *mut Listgrantee_roles: *mut Listis_grant: booladmin_opt: boolgrantor: *mut RoleSpecbehavior: DropBehaviorTrait Implementations
sourceimpl Clone for GrantRoleStmt
impl Clone for GrantRoleStmt
sourcefn clone(&self) -> GrantRoleStmt
fn clone(&self) -> GrantRoleStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GrantRoleStmt
impl Debug for GrantRoleStmt
sourceimpl Default for GrantRoleStmt
impl Default for GrantRoleStmt
sourceimpl Display for GrantRoleStmt
impl Display for GrantRoleStmt
sourceimpl PgNode for GrantRoleStmt
impl PgNode for GrantRoleStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GrantRoleStmt
Auto Trait Implementations
impl RefUnwindSafe for GrantRoleStmt
impl !Send for GrantRoleStmt
impl !Sync for GrantRoleStmt
impl Unpin for GrantRoleStmt
impl UnwindSafe for GrantRoleStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more