#[repr(C)]
pub struct RelationData {
Show 65 fields pub rd_node: RelFileNode, pub rd_smgr: *mut SMgrRelationData, pub rd_refcnt: c_int, pub rd_backend: BackendId, pub rd_islocaltemp: bool, pub rd_isnailed: bool, pub rd_isvalid: bool, pub rd_indexvalid: bool, pub rd_statvalid: bool, pub rd_createSubid: SubTransactionId, pub rd_newRelfilenodeSubid: SubTransactionId, pub rd_firstRelfilenodeSubid: SubTransactionId, pub rd_droppedSubid: SubTransactionId, pub rd_rel: Form_pg_class, pub rd_att: TupleDesc, pub rd_id: Oid, pub rd_lockInfo: LockInfoData, pub rd_rules: *mut RuleLock, pub rd_rulescxt: MemoryContext, pub trigdesc: *mut TriggerDesc, pub rd_rsdesc: *mut RowSecurityDesc, pub rd_fkeylist: *mut List, pub rd_fkeyvalid: bool, pub rd_partkey: PartitionKey, pub rd_partkeycxt: MemoryContext, pub rd_partdesc: PartitionDesc, pub rd_pdcxt: MemoryContext, pub rd_partdesc_nodetached: PartitionDesc, pub rd_pddcxt: MemoryContext, pub rd_partdesc_nodetached_xmin: TransactionId, pub rd_partcheck: *mut List, pub rd_partcheckvalid: bool, pub rd_partcheckcxt: MemoryContext, pub rd_indexlist: *mut List, pub rd_pkindex: Oid, pub rd_replidindex: Oid, pub rd_statlist: *mut List, pub rd_indexattr: *mut Bitmapset, pub rd_keyattr: *mut Bitmapset, pub rd_pkattr: *mut Bitmapset, pub rd_idattr: *mut Bitmapset, pub rd_pubactions: *mut PublicationActions, pub rd_options: *mut bytea, pub rd_amhandler: Oid, pub rd_tableam: *const TableAmRoutine, pub rd_index: Form_pg_index, pub rd_indextuple: *mut HeapTupleData, pub rd_indexcxt: MemoryContext, pub rd_indam: *mut IndexAmRoutine, pub rd_opfamily: *mut Oid, pub rd_opcintype: *mut Oid, pub rd_support: *mut RegProcedure, pub rd_supportinfo: *mut FmgrInfo, pub rd_indoption: *mut int16, pub rd_indexprs: *mut List, pub rd_indpred: *mut List, pub rd_exclops: *mut Oid, pub rd_exclprocs: *mut Oid, pub rd_exclstrats: *mut uint16, pub rd_indcollation: *mut Oid, pub rd_opcoptions: *mut *mut bytea, pub rd_amcache: *mut c_void, pub rd_fdwroutine: *mut FdwRoutine, pub rd_toastoid: Oid, pub pgstat_info: *mut PgStat_TableStatus,
}

Fields

rd_node: RelFileNoderd_smgr: *mut SMgrRelationDatard_refcnt: c_intrd_backend: BackendIdrd_islocaltemp: boolrd_isnailed: boolrd_isvalid: boolrd_indexvalid: boolrd_statvalid: boolrd_createSubid: SubTransactionIdrd_newRelfilenodeSubid: SubTransactionIdrd_firstRelfilenodeSubid: SubTransactionIdrd_droppedSubid: SubTransactionIdrd_rel: Form_pg_classrd_att: TupleDescrd_id: Oidrd_lockInfo: LockInfoDatard_rules: *mut RuleLockrd_rulescxt: MemoryContexttrigdesc: *mut TriggerDescrd_rsdesc: *mut RowSecurityDescrd_fkeylist: *mut Listrd_fkeyvalid: boolrd_partkey: PartitionKeyrd_partkeycxt: MemoryContextrd_partdesc: PartitionDescrd_pdcxt: MemoryContextrd_partdesc_nodetached: PartitionDescrd_pddcxt: MemoryContextrd_partdesc_nodetached_xmin: TransactionIdrd_partcheck: *mut Listrd_partcheckvalid: boolrd_partcheckcxt: MemoryContextrd_indexlist: *mut Listrd_pkindex: Oidrd_replidindex: Oidrd_statlist: *mut Listrd_indexattr: *mut Bitmapsetrd_keyattr: *mut Bitmapsetrd_pkattr: *mut Bitmapsetrd_idattr: *mut Bitmapsetrd_pubactions: *mut PublicationActionsrd_options: *mut byteard_amhandler: Oidrd_tableam: *const TableAmRoutinerd_index: Form_pg_indexrd_indextuple: *mut HeapTupleDatard_indexcxt: MemoryContextrd_indam: *mut IndexAmRoutinerd_opfamily: *mut Oidrd_opcintype: *mut Oidrd_support: *mut RegProcedurerd_supportinfo: *mut FmgrInford_indoption: *mut int16rd_indexprs: *mut Listrd_indpred: *mut Listrd_exclops: *mut Oidrd_exclprocs: *mut Oidrd_exclstrats: *mut uint16rd_indcollation: *mut Oidrd_opcoptions: *mut *mut byteard_amcache: *mut c_voidrd_fdwroutine: *mut FdwRoutinerd_toastoid: Oidpgstat_info: *mut PgStat_TableStatus

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