#[repr(C)]pub struct SupportRequestIndexCondition {
pub type_: NodeTag,
pub root: *mut PlannerInfo,
pub funcid: Oid,
pub node: *mut Node,
pub indexarg: c_int,
pub index: *mut IndexOptInfo,
pub indexcol: c_int,
pub opfamily: Oid,
pub indexcollation: Oid,
pub lossy: bool,
}Fields§
§type_: NodeTag§root: *mut PlannerInfo§funcid: Oid§node: *mut Node§indexarg: c_int§index: *mut IndexOptInfo§indexcol: c_int§opfamily: Oid§indexcollation: Oid§lossy: boolTrait Implementations§
Source§impl Clone for SupportRequestIndexCondition
impl Clone for SupportRequestIndexCondition
Source§fn clone(&self) -> SupportRequestIndexCondition
fn clone(&self) -> SupportRequestIndexCondition
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 SupportRequestIndexCondition
Source§impl Debug for SupportRequestIndexCondition
impl Debug for SupportRequestIndexCondition
Source§impl PgNode for SupportRequestIndexCondition
impl PgNode for SupportRequestIndexCondition
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for SupportRequestIndexCondition
impl !Sync for SupportRequestIndexCondition
impl Freeze for SupportRequestIndexCondition
impl RefUnwindSafe for SupportRequestIndexCondition
impl Unpin for SupportRequestIndexCondition
impl UnsafeUnpin for SupportRequestIndexCondition
impl UnwindSafe for SupportRequestIndexCondition
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