Searched defs:ForeignItemType (Results 1 – 9 of 9) sorted by relevance
432 foreign_type: ForeignItemType, in parse_extern_type()
1851 impl Parse for ForeignItemType { implementation3256 impl ToTokens for ForeignItemType { implementation
891 impl Eq for ForeignItemType {} implementation894 impl PartialEq for ForeignItemType { implementation
893 impl Clone for ForeignItemType { implementation
1159 impl Hash for ForeignItemType { implementation
315 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut()
312 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type()
1243 impl Debug for ForeignItemType { implementation
311 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type()