Home
last modified time | relevance | path

Searched defs:PatType (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/syn/src/
Dpat.rs360 impl Parse for PatType { implementation
889 impl ToTokens for PatType { implementation
/third_party/rust/crates/syn/src/gen/
Ddebug.rs2234 impl Debug for PatType { implementation
2236 impl PatType { in fmt() impl
Deq.rs1507 impl Eq for PatType {} implementation
1510 impl PartialEq for PatType { implementation
Dclone.rs1582 impl Clone for PatType { implementation
Dhash.rs2023 impl Hash for PatType { implementation
Dfold.rs665 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
Dvisit_mut.rs665 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
Dvisit.rs664 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()