Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpat.rs388 impl Parse for PatType { implementation
929 impl ToTokens for PatType { implementation
/linux/rust/syn/gen/
H A Deq.rs1602 impl Eq for crate::PatType {} implementation
1605 impl PartialEq for crate::PatType { implementation
H A Dclone.rs1624 impl Clone for crate::PatType { implementation
H A Ddebug.rs2356 impl Debug for crate::PatType { implementation
2362 impl crate::PatType { implementation
H A Dhash.rs2063 impl Hash for crate::PatType { implementation
H A Dvisit_mut.rs685 fn visit_pat_type_mut(&mut self, i: &mut crate::PatType) { in visit_pat_type_mut()
H A Dfold.rs720 fn fold_pat_type(&mut self, i: crate::PatType) -> crate::PatType { in fold_pat_type()
H A Dvisit.rs677 fn visit_pat_type(&mut self, i: &'ast crate::PatType) { in visit_pat_type()