#[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
impl Copy for PlanInvalItem
Auto Trait Implementations§
impl Freeze for PlanInvalItem
impl RefUnwindSafe for PlanInvalItem
impl Send for PlanInvalItem
impl Sync for PlanInvalItem
impl Unpin for PlanInvalItem
impl UnwindSafe for PlanInvalItem
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