pub struct StmtExpr {
pub stmt: Stmt,
pub rule: Rule,
pub span: Span,
}Fields§
§stmt: Stmt§rule: Rule§span: SpanImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StmtExpr
impl RefUnwindSafe for StmtExpr
impl Send for StmtExpr
impl Sync for StmtExpr
impl Unpin for StmtExpr
impl UnwindSafe for StmtExpr
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