Home
last modified time | relevance | path

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

/external/rust/crates/syn-mid/src/
Dfunc.rs177 fn fn_arg_typed(input: ParseStream<'_>) -> Result<PatType> { in fn_arg_typed()
Dpat.rs346 impl ToTokens for PatType { implementation
/external/rust/crates/syn/src/
Dpat.rs819 impl ToTokens for PatType { implementation
Ditem.rs1641 fn fn_arg_typed(input: ParseStream) -> Result<PatType> { in fn_arg_typed()
/external/rust/crates/syn/src/gen/
Deq.rs1636 impl Eq for PatType {} implementation
1639 impl PartialEq for PatType { implementation
Dclone.rs1629 impl Clone for PatType { implementation
Dhash.rs2082 impl Hash for PatType { implementation
Dvisit_mut.rs561 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
Dfold.rs561 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
Ddebug.rs2243 impl Debug for PatType { implementation
Dvisit.rs557 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()