Struct pgx_pg_sys::FormData_pg_database
source · [−]#[repr(C)]pub struct FormData_pg_database {Show 13 fields
pub oid: Oid,
pub datname: NameData,
pub datdba: Oid,
pub encoding: int32,
pub datcollate: NameData,
pub datctype: NameData,
pub datistemplate: bool,
pub datallowconn: bool,
pub datconnlimit: int32,
pub datlastsysoid: Oid,
pub datfrozenxid: TransactionId,
pub datminmxid: TransactionId,
pub dattablespace: Oid,
}Fields
oid: Oiddatname: NameDatadatdba: Oidencoding: int32datcollate: NameDatadatctype: NameDatadatistemplate: booldatallowconn: booldatconnlimit: int32datlastsysoid: Oiddatfrozenxid: TransactionIddatminmxid: TransactionIddattablespace: OidTrait Implementations
sourceimpl Clone for FormData_pg_database
impl Clone for FormData_pg_database
sourcefn clone(&self) -> FormData_pg_database
fn clone(&self) -> FormData_pg_database
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FormData_pg_database
impl Debug for FormData_pg_database
sourceimpl Default for FormData_pg_database
impl Default for FormData_pg_database
impl Copy for FormData_pg_database
Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_database
impl Send for FormData_pg_database
impl Sync for FormData_pg_database
impl Unpin for FormData_pg_database
impl UnwindSafe for FormData_pg_database
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