Struct pgrx_pg_sys::IndexFetchHeapData
source · #[repr(C)]pub struct IndexFetchHeapData {
pub xs_base: IndexFetchTableData,
pub xs_cbuf: Buffer,
}
Fields§
§xs_base: IndexFetchTableData
§xs_cbuf: Buffer
Trait Implementations§
source§impl Clone for IndexFetchHeapData
impl Clone for IndexFetchHeapData
source§fn clone(&self) -> IndexFetchHeapData
fn clone(&self) -> IndexFetchHeapData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IndexFetchHeapData
impl Debug for IndexFetchHeapData
source§impl Default for IndexFetchHeapData
impl Default for IndexFetchHeapData
impl Copy for IndexFetchHeapData
Auto Trait Implementations§
impl Freeze for IndexFetchHeapData
impl RefUnwindSafe for IndexFetchHeapData
impl !Send for IndexFetchHeapData
impl !Sync for IndexFetchHeapData
impl Unpin for IndexFetchHeapData
impl UnwindSafe for IndexFetchHeapData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more