Searched defs:TraitItemType (Results 1 – 8 of 8) sorted by relevance
2360 impl Parse for TraitItemType { implementation3140 impl ToTokens for TraitItemType { implementation
1893 impl Eq for TraitItemType {} implementation1896 impl PartialEq for TraitItemType { implementation
1866 impl Clone for TraitItemType { implementation
2386 impl Hash for TraitItemType { implementation
644 fn visit_trait_item_type_mut(&mut self, i: &mut TraitItemType) { in visit_trait_item_type_mut()
644 fn fold_trait_item_type(&mut self, i: TraitItemType) -> TraitItemType { in fold_trait_item_type()
2542 impl Debug for TraitItemType { implementation
640 fn visit_trait_item_type(&mut self, i: &'ast TraitItemType) { in visit_trait_item_type()