Struct pgx_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: Exprphexpr: *mut Exprphrels: Relidsphid: Indexphlevelsup: IndexTrait Implementations
sourceimpl Clone for PlaceHolderVar
impl Clone for PlaceHolderVar
sourcefn clone(&self) -> PlaceHolderVar
fn clone(&self) -> PlaceHolderVar
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 PlaceHolderVar
impl Debug for PlaceHolderVar
sourceimpl Default for PlaceHolderVar
impl Default for PlaceHolderVar
sourceimpl Display for PlaceHolderVar
impl Display for PlaceHolderVar
sourceimpl PgNode for PlaceHolderVar
impl PgNode for PlaceHolderVar
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for PlaceHolderVar
Auto Trait Implementations
impl RefUnwindSafe for PlaceHolderVar
impl !Send for PlaceHolderVar
impl !Sync for PlaceHolderVar
impl Unpin for PlaceHolderVar
impl UnwindSafe for PlaceHolderVar
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