Struct pgrx_pg_sys::InternalGrant
source · #[repr(C)]pub struct InternalGrant {
pub is_grant: bool,
pub objtype: ObjectType,
pub objects: *mut List,
pub all_privs: bool,
pub privileges: AclMode,
pub col_privs: *mut List,
pub grantees: *mut List,
pub grant_option: bool,
pub behavior: DropBehavior,
}Fields§
§is_grant: bool§objtype: ObjectType§objects: *mut List§all_privs: bool§privileges: AclMode§col_privs: *mut List§grantees: *mut List§grant_option: bool§behavior: DropBehaviorTrait Implementations§
source§impl Clone for InternalGrant
impl Clone for InternalGrant
source§fn clone(&self) -> InternalGrant
fn clone(&self) -> InternalGrant
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 more