#[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 moreSource§impl Debug for IndexRuntimeKeyInfo
impl Debug for IndexRuntimeKeyInfo
Source§impl Default for IndexRuntimeKeyInfo
impl Default for IndexRuntimeKeyInfo
impl Copy for IndexRuntimeKeyInfo
Auto Trait Implementations§
impl Freeze for IndexRuntimeKeyInfo
impl RefUnwindSafe for IndexRuntimeKeyInfo
impl !Send for IndexRuntimeKeyInfo
impl !Sync for IndexRuntimeKeyInfo
impl Unpin for IndexRuntimeKeyInfo
impl UnwindSafe for IndexRuntimeKeyInfo
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