Struct pgrx_pg_sys::PlaceHolderVar
source · #[repr(C)]pub struct PlaceHolderVar {
pub xpr: Expr,
pub phexpr: *mut Expr,
pub phrels: Relids,
pub phid: Index,
pub phlevelsup: Index,
}
Fields§
§xpr: Expr
§phexpr: *mut Expr
§phrels: Relids
§phid: Index
§phlevelsup: Index
Trait Implementations§
source§impl Clone for PlaceHolderVar
impl Clone for PlaceHolderVar
source§fn clone(&self) -> PlaceHolderVar
fn clone(&self) -> PlaceHolderVar
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 PlaceHolderVar
impl Debug for PlaceHolderVar
source§impl Default for PlaceHolderVar
impl Default for PlaceHolderVar
source§impl Display for PlaceHolderVar
impl Display for PlaceHolderVar
source§impl PgNode for PlaceHolderVar
impl PgNode for PlaceHolderVar
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for PlaceHolderVar
Auto Trait Implementations§
impl Freeze for PlaceHolderVar
impl RefUnwindSafe for PlaceHolderVar
impl !Send for PlaceHolderVar
impl !Sync for PlaceHolderVar
impl Unpin for PlaceHolderVar
impl UnwindSafe for PlaceHolderVar
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