#[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: boolTrait Implementations§
Source§impl Clone for IndexRuntimeKeyInfo
impl Clone for IndexRuntimeKeyInfo
Source§fn clone(&self) -> IndexRuntimeKeyInfo
fn clone(&self) -> IndexRuntimeKeyInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IndexRuntimeKeyInfo
Source§impl Debug for IndexRuntimeKeyInfo
impl Debug for IndexRuntimeKeyInfo
Auto Trait Implementations§
impl !Send for IndexRuntimeKeyInfo
impl !Sync for IndexRuntimeKeyInfo
impl Freeze for IndexRuntimeKeyInfo
impl RefUnwindSafe for IndexRuntimeKeyInfo
impl Unpin for IndexRuntimeKeyInfo
impl UnsafeUnpin 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