#[repr(C)]
pub struct FormData_pg_class {
Show 30 fields pub oid: Oid, pub relname: NameData, pub relnamespace: Oid, pub reltype: Oid, pub reloftype: Oid, pub relowner: Oid, pub relam: Oid, pub relfilenode: Oid, pub reltablespace: Oid, pub relpages: int32, pub reltuples: float4, pub relallvisible: int32, pub reltoastrelid: Oid, pub relhasindex: bool, pub relisshared: bool, pub relpersistence: c_char, pub relkind: c_char, pub relnatts: int16, pub relchecks: int16, pub relhasrules: bool, pub relhastriggers: bool, pub relhassubclass: bool, pub relrowsecurity: bool, pub relforcerowsecurity: bool, pub relispopulated: bool, pub relreplident: c_char, pub relispartition: bool, pub relrewrite: Oid, pub relfrozenxid: TransactionId, pub relminmxid: TransactionId,
}

Fields

oid: Oidrelname: NameDatarelnamespace: Oidreltype: Oidreloftype: Oidrelowner: Oidrelam: Oidrelfilenode: Oidreltablespace: Oidrelpages: int32reltuples: float4relallvisible: int32reltoastrelid: Oidrelhasindex: boolrelisshared: boolrelpersistence: c_charrelkind: c_charrelnatts: int16relchecks: int16relhasrules: boolrelhastriggers: boolrelhassubclass: boolrelrowsecurity: boolrelforcerowsecurity: boolrelispopulated: boolrelreplident: c_charrelispartition: boolrelrewrite: Oidrelfrozenxid: TransactionIdrelminmxid: TransactionId

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