Struct endbasic_core::ast::ExitDoSpan
source · pub struct ExitDoSpan {
pub pos: LineCol,
}Expand description
Components of an EXIT DO statement.
Fields§
§pos: LineColPosition of the statement.
Trait Implementations§
source§impl Debug for ExitDoSpan
impl Debug for ExitDoSpan
source§impl PartialEq<ExitDoSpan> for ExitDoSpan
impl PartialEq<ExitDoSpan> for ExitDoSpan
source§fn eq(&self, other: &ExitDoSpan) -> bool
fn eq(&self, other: &ExitDoSpan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.