Struct pgx_pg_sys::IndexBuildResult
source · [−]Fields
heap_tuples: f64index_tuples: f64Trait Implementations
sourceimpl Clone for IndexBuildResult
impl Clone for IndexBuildResult
sourcefn clone(&self) -> IndexBuildResult
fn clone(&self) -> IndexBuildResult
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IndexBuildResult
impl Debug for IndexBuildResult
sourceimpl Default for IndexBuildResult
impl Default for IndexBuildResult
sourcefn default() -> IndexBuildResult
fn default() -> IndexBuildResult
Returns the “default value” for a type. Read more
impl Copy for IndexBuildResult
Auto Trait Implementations
impl RefUnwindSafe for IndexBuildResult
impl Send for IndexBuildResult
impl Sync for IndexBuildResult
impl Unpin for IndexBuildResult
impl UnwindSafe for IndexBuildResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more