[−][src]Struct pgx_pg_sys::IndexScanDescData
Fields
heapRelation: RelationindexRelation: Relationxs_snapshot: *mut SnapshotDatanumberOfKeys: c_intnumberOfOrderBys: c_intkeyData: *mut ScanKeyDataorderByData: *mut ScanKeyDataxs_want_itup: boolxs_temp_snap: boolkill_prior_tuple: boolignore_killed_tuples: boolxactStartedInRecovery: boolopaque: *mut c_voidxs_itup: IndexTuplexs_itupdesc: *mut TupleDescDataxs_hitup: HeapTuplexs_hitupdesc: *mut TupleDescDataxs_heaptid: ItemPointerDataxs_heap_continue: boolxs_heapfetch: *mut IndexFetchTableDataxs_recheck: boolxs_orderbyvals: *mut Datumxs_orderbynulls: *mut boolxs_recheckorderby: boolparallel_scan: *mut ParallelIndexScanDescDataTrait Implementations
impl Clone for IndexScanDescData[src]
pub fn clone(&self) -> IndexScanDescData[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IndexScanDescData[src]
impl Debug for IndexScanDescData[src]
impl Default for IndexScanDescData[src]
Auto Trait Implementations
impl RefUnwindSafe for IndexScanDescData[src]
impl !Send for IndexScanDescData[src]
impl !Sync for IndexScanDescData[src]
impl Unpin for IndexScanDescData[src]
impl UnwindSafe for IndexScanDescData[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>,