pub struct RangeStmt {
pub for_pos: usize,
pub key: Option<Expr>,
pub val: Option<Expr>,
pub token_pos: usize,
pub token: Token,
pub expr: Expr,
pub body: Rc<BlockStmt, Global>,
}
Fields§
§for_pos: usize
§key: Option<Expr>
§val: Option<Expr>
§token_pos: usize
§token: Token
§expr: Expr
§body: Rc<BlockStmt, Global>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RangeStmt
impl !Send for RangeStmt
impl !Sync for RangeStmt
impl Unpin for RangeStmt
impl UnwindSafe for RangeStmt
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