#[repr(C)]pub struct FormData_pg_attribute {Show 22 fields
pub attrelid: Oid,
pub attname: NameData,
pub atttypid: Oid,
pub attstattarget: int32,
pub attlen: int16,
pub attnum: int16,
pub attndims: int32,
pub attcacheoff: int32,
pub atttypmod: int32,
pub attbyval: bool,
pub attalign: c_char,
pub attstorage: c_char,
pub attcompression: c_char,
pub attnotnull: bool,
pub atthasdef: bool,
pub atthasmissing: bool,
pub attidentity: c_char,
pub attgenerated: c_char,
pub attisdropped: bool,
pub attislocal: bool,
pub attinhcount: int32,
pub attcollation: Oid,
}
Fields§
§attrelid: Oid
§attname: NameData
§atttypid: Oid
§attstattarget: int32
§attlen: int16
§attnum: int16
§attndims: int32
§attcacheoff: int32
§atttypmod: int32
§attbyval: bool
§attalign: c_char
§attstorage: c_char
§attcompression: c_char
§attnotnull: bool
§atthasdef: bool
§atthasmissing: bool
§attidentity: c_char
§attgenerated: c_char
§attisdropped: bool
§attislocal: bool
§attinhcount: int32
§attcollation: Oid
Implementations§
Trait Implementations§
Source§impl Clone for FormData_pg_attribute
impl Clone for FormData_pg_attribute
Source§fn clone(&self) -> FormData_pg_attribute
fn clone(&self) -> FormData_pg_attribute
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 moreSource§impl Debug for FormData_pg_attribute
impl Debug for FormData_pg_attribute
Source§impl Default for FormData_pg_attribute
impl Default for FormData_pg_attribute
impl Copy for FormData_pg_attribute
Auto Trait Implementations§
impl Freeze for FormData_pg_attribute
impl RefUnwindSafe for FormData_pg_attribute
impl Send for FormData_pg_attribute
impl Sync for FormData_pg_attribute
impl Unpin for FormData_pg_attribute
impl UnwindSafe for FormData_pg_attribute
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