Searched defs:ExprClosure (Results 1 – 8 of 8) sorted by relevance
2433 impl Parse for ExprClosure { implementation2535 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure()3539 impl ToTokens for ExprClosure { implementation3546 fn print_expr_closure(e: &ExprClosure, tokens: &mut TokenStream, fixup: FixupContext) { in print_expr_closure()
449 impl Eq for crate::ExprClosure {} implementation452 impl PartialEq for crate::ExprClosure { implementation
421 impl Clone for crate::ExprClosure { implementation
657 impl Debug for crate::ExprClosure { implementation663 impl crate::ExprClosure { implementation
654 impl Hash for crate::ExprClosure { implementation
194 fn visit_expr_closure_mut(&mut self, i: &mut crate::ExprClosure) { in visit_expr_closure_mut()
193 fn fold_expr_closure(&mut self, i: crate::ExprClosure) -> crate::ExprClosure { in fold_expr_closure()
186 fn visit_expr_closure(&mut self, i: &'ast crate::ExprClosure) { in visit_expr_closure()