Searched defs:PatPath (Results 1 – 8 of 8) sorted by relevance
827 impl ToTokens for PatPath { implementation
1471 impl Eq for PatPath {} implementation1474 impl PartialEq for PatPath { implementation
1543 impl Clone for PatPath { implementation
1993 impl Hash for PatPath { implementation
532 fn fold_pat_path(&mut self, i: PatPath) -> PatPath { in fold_pat_path()
532 fn visit_pat_path_mut(&mut self, i: &mut PatPath) { in visit_pat_path_mut()
2157 impl Debug for PatPath { implementation
531 fn visit_pat_path(&mut self, i: &'ast PatPath) { in visit_pat_path()