Struct endbasic_core::ast::SelectSpan
source · Expand description
Components of a SELECT statement.
Fields§
§expr: ExprExpression to test for.
cases: Vec<CaseSpan>Representation of the cases to select from. The final CASE ELSE, if present, is also
included here without any guards.
end_pos: LineColPosition of the END SELECT statement.
Trait Implementations§
source§impl Debug for SelectSpan
impl Debug for SelectSpan
source§impl PartialEq<SelectSpan> for SelectSpan
impl PartialEq<SelectSpan> for SelectSpan
source§fn eq(&self, other: &SelectSpan) -> bool
fn eq(&self, other: &SelectSpan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.