pub struct ExitSpan {
pub pos: LineCol,
}Expand description
Components of an EXIT statement.
Fields§
§pos: LineColPosition of the statement.
Trait Implementations§
impl Eq for ExitSpan
impl StructuralPartialEq for ExitSpan
Auto Trait Implementations§
impl Freeze for ExitSpan
impl RefUnwindSafe for ExitSpan
impl Send for ExitSpan
impl Sync for ExitSpan
impl Unpin for ExitSpan
impl UnsafeUnpin for ExitSpan
impl UnwindSafe for ExitSpan
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