Searched defs:TraitItemType (Results 1 – 8 of 8) sorted by relevance
2320 impl Parse for TraitItemType { implementation3111 impl ToTokens for TraitItemType { implementation
1803 impl Eq for TraitItemType {} implementation1806 impl PartialEq for TraitItemType { implementation
1874 impl Clone for TraitItemType { implementation
2392 impl Hash for TraitItemType { implementation
647 fn visit_trait_item_type_mut(&mut self, i: &mut TraitItemType) { in visit_trait_item_type_mut()
650 fn fold_trait_item_type(&mut self, i: TraitItemType) -> TraitItemType { in fold_trait_item_type()
2548 impl Debug for TraitItemType { implementation
646 fn visit_trait_item_type(&mut self, i: &'ast TraitItemType) { in visit_trait_item_type()