Struct pgrx_pg_sys::IndexBuildResult
source · #[repr(C)]pub struct IndexBuildResult {
pub heap_tuples: f64,
pub index_tuples: f64,
}
Fields§
§heap_tuples: f64
§index_tuples: f64
Trait Implementations§
source§impl Clone for IndexBuildResult
impl Clone for IndexBuildResult
source§fn clone(&self) -> IndexBuildResult
fn clone(&self) -> IndexBuildResult
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 IndexBuildResult
impl Debug for IndexBuildResult
source§impl Default for IndexBuildResult
impl Default for IndexBuildResult
source§fn default() -> IndexBuildResult
fn default() -> IndexBuildResult
Returns the “default value” for a type. Read more