Struct pgx_pg_sys::SupportRequestIndexCondition
source · [−]#[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_: NodeTagroot: *mut PlannerInfofuncid: Oidnode: *mut Nodeindexarg: c_intindex: *mut IndexOptInfoindexcol: c_intopfamily: Oidindexcollation: Oidlossy: boolTrait Implementations
sourceimpl Clone for SupportRequestIndexCondition
impl Clone for SupportRequestIndexCondition
sourcefn clone(&self) -> SupportRequestIndexCondition
fn clone(&self) -> SupportRequestIndexCondition
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 SupportRequestIndexCondition
impl Debug for SupportRequestIndexCondition
sourceimpl PgNode for SupportRequestIndexCondition
impl PgNode for SupportRequestIndexCondition
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SupportRequestIndexCondition
Auto Trait Implementations
impl RefUnwindSafe for SupportRequestIndexCondition
impl !Send for SupportRequestIndexCondition
impl !Sync for SupportRequestIndexCondition
impl Unpin for SupportRequestIndexCondition
impl UnwindSafe for SupportRequestIndexCondition
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