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
impl Copy for IndexBuildResult
Auto Trait Implementations§
impl Freeze for IndexBuildResult
impl RefUnwindSafe for IndexBuildResult
impl Send for IndexBuildResult
impl Sync for IndexBuildResult
impl Unpin for IndexBuildResult
impl UnwindSafe for IndexBuildResult
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