Struct pgx_pg_sys::FormData_pg_authid
source · #[repr(C)]pub struct FormData_pg_authid {
pub oid: Oid,
pub rolname: NameData,
pub rolsuper: bool,
pub rolinherit: bool,
pub rolcreaterole: bool,
pub rolcreatedb: bool,
pub rolcanlogin: bool,
pub rolreplication: bool,
pub rolbypassrls: bool,
pub rolconnlimit: int32,
}Fields§
§oid: Oid§rolname: NameData§rolsuper: bool§rolinherit: bool§rolcreaterole: bool§rolcreatedb: bool§rolcanlogin: bool§rolreplication: bool§rolbypassrls: bool§rolconnlimit: int32Trait Implementations§
source§impl Clone for FormData_pg_authid
impl Clone for FormData_pg_authid
source§fn clone(&self) -> FormData_pg_authid
fn clone(&self) -> FormData_pg_authid
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