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
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