Struct pgx_pg_sys::IndexFetchTableData
source · #[repr(C)]pub struct IndexFetchTableData {
pub rel: Relation,
}Fields§
§rel: RelationTrait Implementations§
source§impl Clone for IndexFetchTableData
impl Clone for IndexFetchTableData
source§fn clone(&self) -> IndexFetchTableData
fn clone(&self) -> IndexFetchTableData
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 more