#[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: Type,
}
Fields§
§type_: NodeTag
§granted_roles: *mut List
§grantee_roles: *mut List
§is_grant: bool
§admin_opt: bool
§grantor: *mut RoleSpec
§behavior: Type
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
impl Copy for GrantRoleStmt
Auto Trait Implementations§
impl Freeze for GrantRoleStmt
impl RefUnwindSafe for GrantRoleStmt
impl !Send for GrantRoleStmt
impl !Sync for GrantRoleStmt
impl Unpin for GrantRoleStmt
impl UnwindSafe for GrantRoleStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more