Struct pgx_pg_sys::AlternativeSubPlan
source · [−]Fields
xpr: Exprsubplans: *mut ListTrait Implementations
sourceimpl Clone for AlternativeSubPlan
impl Clone for AlternativeSubPlan
sourcefn clone(&self) -> AlternativeSubPlan
fn clone(&self) -> AlternativeSubPlan
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 AlternativeSubPlan
impl Debug for AlternativeSubPlan
sourceimpl Default for AlternativeSubPlan
impl Default for AlternativeSubPlan
sourceimpl Display for AlternativeSubPlan
impl Display for AlternativeSubPlan
sourceimpl PgNode for AlternativeSubPlan
impl PgNode for AlternativeSubPlan
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlternativeSubPlan
Auto Trait Implementations
impl RefUnwindSafe for AlternativeSubPlan
impl !Send for AlternativeSubPlan
impl !Sync for AlternativeSubPlan
impl Unpin for AlternativeSubPlan
impl UnwindSafe for AlternativeSubPlan
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