[−][src]Struct postgres_parser::sys::AlternativeSubPlan
AlternativeSubPlan expression node for a choice among SubPlans
The subplans are given as a List so that the node definition need not change if there's ever more than two alternatives. For the moment, though, there are always exactly two; and the first one is the faststart plan.
Fields
xpr: Expr
subplans: *mut List
Trait Implementations
impl Debug for AlternativeSubPlan
[src]
impl Default for AlternativeSubPlan
[src]
impl Eq for AlternativeSubPlan
[src]
impl Hash for AlternativeSubPlan
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<AlternativeSubPlan> for AlternativeSubPlan
[src]
fn eq(&self, other: &AlternativeSubPlan) -> bool
[src]
fn ne(&self, other: &AlternativeSubPlan) -> bool
[src]
impl StructuralEq for AlternativeSubPlan
[src]
impl StructuralPartialEq for AlternativeSubPlan
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,