Struct pgx_pg_sys::RoleSpec
source · [−]#[repr(C)]pub struct RoleSpec {
pub type_: NodeTag,
pub roletype: RoleSpecType,
pub rolename: *mut c_char,
pub location: c_int,
}Fields
type_: NodeTagroletype: RoleSpecTyperolename: *mut c_charlocation: c_intTrait Implementations
impl Copy for RoleSpec
Auto Trait Implementations
impl RefUnwindSafe for RoleSpec
impl !Send for RoleSpec
impl !Sync for RoleSpec
impl Unpin for RoleSpec
impl UnwindSafe for RoleSpec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more