Struct pgrx_pg_sys::IndexRuntimeKeyInfo
source · #[repr(C)]pub struct IndexRuntimeKeyInfo {
pub scan_key: *mut ScanKeyData,
pub key_expr: *mut ExprState,
pub key_toastable: bool,
}
Fields§
§scan_key: *mut ScanKeyData
§key_expr: *mut ExprState
§key_toastable: bool
Trait Implementations§
source§impl Clone for IndexRuntimeKeyInfo
impl Clone for IndexRuntimeKeyInfo
source§fn clone(&self) -> IndexRuntimeKeyInfo
fn clone(&self) -> IndexRuntimeKeyInfo
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