#[repr(C)]
pub struct FormData_pg_trigger {
Show 15 fields pub oid: Oid, pub tgrelid: Oid, pub tgparentid: Oid, pub tgname: NameData, pub tgfoid: Oid, pub tgtype: int16, pub tgenabled: c_char, pub tgisinternal: bool, pub tgconstrrelid: Oid, pub tgconstrindid: Oid, pub tgconstraint: Oid, pub tgdeferrable: bool, pub tginitdeferred: bool, pub tgnargs: int16, pub tgattr: int2vector,
}

Fields

oid: Oidtgrelid: Oidtgparentid: Oidtgname: NameDatatgfoid: Oidtgtype: int16tgenabled: c_chartgisinternal: booltgconstrrelid: Oidtgconstrindid: Oidtgconstraint: Oidtgdeferrable: booltginitdeferred: booltgnargs: int16tgattr: int2vector

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.