Struct pgrx_pg_sys::InternalGrant
source · #[repr(C)]pub struct InternalGrant {
pub is_grant: bool,
pub objtype: Type,
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: Type,
}
Fields§
§is_grant: bool
§objtype: Type
§objects: *mut List
§all_privs: bool
§privileges: AclMode
§col_privs: *mut List
§grantees: *mut List
§grant_option: bool
§behavior: Type
Trait 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 moresource§impl Debug for InternalGrant
impl Debug for InternalGrant
source§impl Default for InternalGrant
impl Default for InternalGrant
impl Copy for InternalGrant
Auto Trait Implementations§
impl Freeze for InternalGrant
impl RefUnwindSafe for InternalGrant
impl !Send for InternalGrant
impl !Sync for InternalGrant
impl Unpin for InternalGrant
impl UnwindSafe for InternalGrant
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)