Searched defs:ExprClosure (Results 1 – 9 of 9) sorted by relevance
2191 impl Parse for ExprClosure { implementation2261 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure()2951 impl ToTokens for ExprClosure { implementation
221 fn expr_closure(&mut self, expr: &ExprClosure) { in expr_closure()
625 impl Debug for ExprClosure { implementation627 impl ExprClosure { in fmt() impl
417 impl Eq for ExprClosure {} implementation420 impl PartialEq for ExprClosure { implementation
410 impl Clone for ExprClosure { implementation
633 impl Hash for ExprClosure { implementation
152 fn visit_expr_closure_mut(&mut self, i: &mut ExprClosure) { in visit_expr_closure_mut()
152 fn fold_expr_closure(&mut self, i: ExprClosure) -> ExprClosure { in fold_expr_closure()
151 fn visit_expr_closure(&mut self, i: &'ast ExprClosure) { in visit_expr_closure()