Searched defs:ExprMatch (Results 1 – 8 of 8) sorted by relevance
2347 impl Parse for ExprMatch { implementation3768 impl ToTokens for ExprMatch { implementation
587 impl Eq for crate::ExprMatch {} implementation590 impl PartialEq for crate::ExprMatch { implementation
580 impl Clone for crate::ExprMatch { implementation
894 impl Debug for crate::ExprMatch { implementation900 impl crate::ExprMatch { implementation
812 impl Hash for crate::ExprMatch { implementation
259 fn visit_expr_match_mut(&mut self, i: &mut crate::ExprMatch) { in visit_expr_match_mut()
258 fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch { in fold_expr_match()
251 fn visit_expr_match(&mut self, i: &'ast crate::ExprMatch) { in visit_expr_match()