Struct liva_parser::statement::declaration::while_statement::While [−][src]
pub struct While<'a> {
pub cond: Expression<'a>,
pub block: Block<'a>,
}
Fields
cond: Expression<'a>
block: Block<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for While<'a>
impl<'a> UnwindSafe for While<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more