Struct syn::ExprWhileLet
[−]
[src]
A while-let loop: while let pat = expr { ... }
.
This type is available if Syn is built with the "full"
feature.
Trait Implementations
impl Clone for ExprWhileLet
[src]
[+]
impl Clone for ExprWhileLet
impl From<ExprWhileLet> for Expr
[src]
[+]
impl From<ExprWhileLet> for Expr
Auto Trait Implementations
impl Send for ExprWhileLet
impl Send for ExprWhileLet
impl Sync for ExprWhileLet
impl Sync for ExprWhileLet