Struct pgx_pg_sys::PathTarget
source · [−]#[repr(C)]pub struct PathTarget {
pub type_: NodeTag,
pub exprs: *mut List,
pub sortgrouprefs: *mut Index,
pub cost: QualCost,
pub width: c_int,
pub has_volatile_expr: VolatileFunctionStatus,
}Fields
type_: NodeTagexprs: *mut Listsortgrouprefs: *mut Indexcost: QualCostwidth: c_inthas_volatile_expr: VolatileFunctionStatusTrait Implementations
sourceimpl Clone for PathTarget
impl Clone for PathTarget
sourcefn clone(&self) -> PathTarget
fn clone(&self) -> PathTarget
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 PathTarget
impl Debug for PathTarget
sourceimpl Default for PathTarget
impl Default for PathTarget
sourceimpl Display for PathTarget
impl Display for PathTarget
sourceimpl PgNode for PathTarget
impl PgNode for PathTarget
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for PathTarget
Auto Trait Implementations
impl RefUnwindSafe for PathTarget
impl !Send for PathTarget
impl !Sync for PathTarget
impl Unpin for PathTarget
impl UnwindSafe for PathTarget
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