Struct pgx_pg_sys::PlannerParamItem
source · [−]#[repr(C)]pub struct PlannerParamItem {
pub type_: NodeTag,
pub item: *mut Node,
pub paramId: c_int,
}Fields
type_: NodeTagitem: *mut NodeparamId: c_intTrait Implementations
sourceimpl Clone for PlannerParamItem
impl Clone for PlannerParamItem
sourcefn clone(&self) -> PlannerParamItem
fn clone(&self) -> PlannerParamItem
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 PlannerParamItem
impl Debug for PlannerParamItem
sourceimpl Default for PlannerParamItem
impl Default for PlannerParamItem
sourceimpl Display for PlannerParamItem
impl Display for PlannerParamItem
sourceimpl PgNode for PlannerParamItem
impl PgNode for PlannerParamItem
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for PlannerParamItem
Auto Trait Implementations
impl RefUnwindSafe for PlannerParamItem
impl !Send for PlannerParamItem
impl !Sync for PlannerParamItem
impl Unpin for PlannerParamItem
impl UnwindSafe for PlannerParamItem
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