Struct syn::ExprWhile [−][src]
A while loop: while expr { ... }
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
label: Option<Label>
while_token: While
cond: Box<Expr>
body: Block
Trait Implementations
impl Synom for ExprWhile
[src]
[+]
impl Synom for ExprWhile
impl ToTokens for ExprWhile
[src]
[+]
impl ToTokens for ExprWhile
impl Clone for ExprWhile
[src]
[+]
impl Clone for ExprWhile
impl From<ExprWhile> for Expr
[src]
[+]
impl From<ExprWhile> for Expr