pub struct ShForLoop {
pub iter: String,
pub from: Box<ShExpr>,
pub to: Box<ShExpr>,
pub body: ShBlock,
}
Fields§
§iter: String
§from: Box<ShExpr>
§to: Box<ShExpr>
§body: ShBlock
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShForLoop
Auto Trait Implementations§
impl Freeze for ShForLoop
impl RefUnwindSafe for ShForLoop
impl Send for ShForLoop
impl Sync for ShForLoop
impl Unpin for ShForLoop
impl UnwindSafe for ShForLoop
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