[−][src]Struct pgx_pg_sys::RelationData
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_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_TableStatusTrait Implementations
impl Clone for RelationData[src]
pub fn clone(&self) -> RelationData[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for RelationData[src]
impl Debug for RelationData[src]
impl Default for RelationData[src]
Auto Trait Implementations
impl RefUnwindSafe for RelationData[src]
impl !Send for RelationData[src]
impl !Sync for RelationData[src]
impl Unpin for RelationData[src]
impl UnwindSafe for RelationData[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,