Struct pgx_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 ScanKeyDatakey_expr: *mut ExprStatekey_toastable: boolTrait Implementations
sourceimpl Clone for IndexRuntimeKeyInfo
impl Clone for IndexRuntimeKeyInfo
sourcefn clone(&self) -> IndexRuntimeKeyInfo
fn clone(&self) -> IndexRuntimeKeyInfo
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 IndexRuntimeKeyInfo
impl Debug for IndexRuntimeKeyInfo
sourceimpl Default for IndexRuntimeKeyInfo
impl Default for IndexRuntimeKeyInfo
impl Copy for IndexRuntimeKeyInfo
Auto Trait Implementations
impl RefUnwindSafe for IndexRuntimeKeyInfo
impl !Send for IndexRuntimeKeyInfo
impl !Sync for IndexRuntimeKeyInfo
impl Unpin for IndexRuntimeKeyInfo
impl UnwindSafe for IndexRuntimeKeyInfo
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