pub struct EndSpan {
pub code: Option<Expr>,
}
Expand description
Components of an END
statement.
Fields§
§code: Option<Expr>
Integer expression to compute the return code.
Trait Implementations§
impl StructuralPartialEq for EndSpan
Auto Trait Implementations§
impl Freeze for EndSpan
impl RefUnwindSafe for EndSpan
impl Send for EndSpan
impl Sync for EndSpan
impl Unpin for EndSpan
impl UnwindSafe for EndSpan
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