Struct endbasic_core::ast::ExitDoSpan
source · pub struct ExitDoSpan {
pub pos: LineCol,
}
Expand description
Components of an EXIT DO
statement.
Fields§
§pos: LineCol
Position of the statement.
Trait Implementations§
source§impl Debug for ExitDoSpan
impl Debug for ExitDoSpan
source§impl PartialEq for ExitDoSpan
impl PartialEq 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 ==
.impl Eq for ExitDoSpan
impl StructuralPartialEq for ExitDoSpan
Auto Trait Implementations§
impl Freeze for ExitDoSpan
impl RefUnwindSafe for ExitDoSpan
impl Send for ExitDoSpan
impl Sync for ExitDoSpan
impl Unpin for ExitDoSpan
impl UnwindSafe for ExitDoSpan
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