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