Struct rpgffi::GrantRoleStmt [] [src]

#[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 Node, pub behavior: DropBehavior, }

Fields

Trait Implementations

impl Copy for GrantRoleStmt
[src]

impl Clone for GrantRoleStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more