Struct pgrx_pg_sys::RoleSpec
source · #[repr(C)]pub struct RoleSpec {
pub type_: NodeTag,
pub roletype: Type,
pub rolename: *mut c_char,
pub location: c_int,
}Fields§
§type_: NodeTag§roletype: Type§rolename: *mut c_char§location: c_intTrait Implementations§
impl Copy for RoleSpec
Auto Trait Implementations§
impl Freeze for RoleSpec
impl RefUnwindSafe for RoleSpec
impl !Send for RoleSpec
impl !Sync for RoleSpec
impl Unpin for RoleSpec
impl UnwindSafe for RoleSpec
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§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)