#[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: bool
Trait Implementations§
source§impl Clone for SupportRequestIndexCondition
impl Clone for SupportRequestIndexCondition
source§fn clone(&self) -> SupportRequestIndexCondition
fn clone(&self) -> SupportRequestIndexCondition
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 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
impl Copy for SupportRequestIndexCondition
Auto Trait Implementations§
impl Freeze for SupportRequestIndexCondition
impl RefUnwindSafe for SupportRequestIndexCondition
impl !Send for SupportRequestIndexCondition
impl !Sync for SupportRequestIndexCondition
impl Unpin 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