Struct sway_core::parse_tree::WhileLoop [−][src]
pub struct WhileLoop { /* fields omitted */ }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
