Struct pgrx_pg_sys::ReindexParams
source · #[repr(C)]pub struct ReindexParams {
pub options: bits32,
pub tablespaceOid: Oid,
}
Fields§
§options: bits32
§tablespaceOid: Oid
Trait Implementations§
source§impl Clone for ReindexParams
impl Clone for ReindexParams
source§fn clone(&self) -> ReindexParams
fn clone(&self) -> ReindexParams
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