#[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§

Helper implementation for FormData_pg_attribute

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more