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.rs817 impl ToTokens for PatType { implementation
Ditem.rs1652 fn fn_arg_typed(input: ParseStream) -> Result<PatType> { in fn_arg_typed()
/external/rust/crates/syn/src/gen/
Deq.rs1554 impl Eq for PatType {} implementation
1557 impl PartialEq for PatType { implementation
Dclone.rs1634 impl Clone for PatType { implementation
Dhash.rs2087 impl Hash for PatType { implementation
Dvisit_mut.rs564 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
Dfold.rs564 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
Ddebug.rs2248 impl Debug for PatType { implementation
Dvisit.rs563 fn visit_pat_type(&mut self, i: &'ast PatType) { in visit_pat_type()