Searched defs:ForeignItemType (Results 1 – 9 of 9) sorted by relevance
1860 impl Parse for ForeignItemType { implementation3227 impl ToTokens for ForeignItemType { implementation
461 foreign_type: ForeignItemType, in parse_extern_type()
859 impl Eq for ForeignItemType {} implementation862 impl PartialEq for ForeignItemType { implementation
895 impl Clone for ForeignItemType { implementation
1161 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()
1245 impl Debug for ForeignItemType { implementation
314 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type()