#[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: Oid§datname: NameData§datdba: Oid§encoding: int32§datcollate: NameData§datctype: NameData§datistemplate: bool§datallowconn: bool§datconnlimit: int32§datlastsysoid: Oid§datfrozenxid: TransactionId§datminmxid: TransactionId§dattablespace: OidTrait Implementations§
Source§impl Clone for FormData_pg_database
impl Clone for FormData_pg_database
Source§fn clone(&self) -> FormData_pg_database
fn clone(&self) -> FormData_pg_database
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormData_pg_database
impl Debug for FormData_pg_database
Source§impl Default for FormData_pg_database
impl Default for FormData_pg_database
impl Copy for FormData_pg_database
Auto Trait Implementations§
impl Freeze for FormData_pg_database
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§
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