Struct sway_core::parse_tree::WhileLoop
source · [−]pub struct WhileLoop { /* private fields */ }
Expand description
A parsed while loop. Contains the condition
, which is defined from an Expression, and the body
from a CodeBlock.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WhileLoop
impl UnwindSafe for WhileLoop
Blanket Implementations
Mutably borrows from an owned value. Read more