Searched defs:PatPath (Results 1 – 11 of 11) sorted by relevance
63 fn visit_pat_path_mut(&mut self, pat: &mut PatPath) { in visit_pat_path_mut()
355 impl ToTokens for PatPath { implementation
327 fn visit_pat_path_mut(&mut self, pat: &mut PatPath) { in visit_pat_path_mut()
829 impl ToTokens for PatPath { implementation
1550 impl Eq for PatPath {} implementation1553 impl PartialEq for PatPath { implementation
1538 impl Clone for PatPath { implementation
1988 impl Hash for PatPath { implementation
529 fn visit_pat_path_mut(&mut self, i: &mut PatPath) { in visit_pat_path_mut()
529 fn fold_pat_path(&mut self, i: PatPath) -> PatPath { in fold_pat_path()
2152 impl Debug for PatPath { implementation
525 fn visit_pat_path(&mut self, i: &'ast PatPath) { in visit_pat_path()