Struct pgrx_pg_sys::PlanInvalItem
source · #[repr(C)]pub struct PlanInvalItem {
pub type_: NodeTag,
pub cacheId: c_int,
pub hashValue: uint32,
}
Fields§
§type_: NodeTag
§cacheId: c_int
§hashValue: uint32
Trait Implementations§
source§impl Clone for PlanInvalItem
impl Clone for PlanInvalItem
source§fn clone(&self) -> PlanInvalItem
fn clone(&self) -> PlanInvalItem
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 PlanInvalItem
impl Debug for PlanInvalItem
source§impl Default for PlanInvalItem
impl Default for PlanInvalItem
source§impl Display for PlanInvalItem
impl Display for PlanInvalItem
source§impl PgNode for PlanInvalItem
impl PgNode for PlanInvalItem
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more