Searched defs:TraitItemType (Results 1 – 10 of 10) sorted by relevance
279 fn tit2iit(tit: TraitItemType, vis: &Visibility) -> ImplItemType { in tit2iit()
2387 impl Parse for TraitItemType { implementation3192 impl ToTokens for TraitItemType { implementation
954 fn trait_item_type(&mut self, trait_item: &TraitItemType) { in trait_item_type()
2562 impl Debug for TraitItemType { implementation2564 impl TraitItemType { in fmt() impl
1778 impl Eq for TraitItemType {} implementation1781 impl PartialEq for TraitItemType { implementation
1836 impl Clone for TraitItemType { implementation
2351 impl Hash for TraitItemType { implementation
632 fn visit_trait_item_type_mut(&mut self, i: &mut TraitItemType) { in visit_trait_item_type_mut()
635 fn fold_trait_item_type(&mut self, i: TraitItemType) -> TraitItemType { in fold_trait_item_type()
631 fn visit_trait_item_type(&mut self, i: &'ast TraitItemType) { in visit_trait_item_type()