Searched refs:TraitItemType (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | lib.rs | 375 Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
|
D | item.rs | 686 Type(TraitItemType), 756 pub struct TraitItemType { 2360 impl Parse for TraitItemType { implementation 2389 Ok(TraitItemType { in parse() 2418 Ok(TraitItem::Type(TraitItemType { in parse_trait_item_type() 3140 impl ToTokens for TraitItemType { implementation
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 644 fn fold_trait_item_type(&mut self, i: TraitItemType) -> TraitItemType { in fold_trait_item_type() argument 2823 pub fn fold_trait_item_type<F>(f: &mut F, node: TraitItemType) -> TraitItemType in fold_trait_item_type() 2827 TraitItemType { in fold_trait_item_type()
|
D | clone.rs | 1866 impl Clone for TraitItemType { implementation 1868 TraitItemType { in clone()
|
D | eq.rs | 1893 impl Eq for TraitItemType {} implementation 1896 impl PartialEq for TraitItemType { implementation
|
D | visit_mut.rs | 644 fn visit_trait_item_type_mut(&mut self, i: &mut TraitItemType) { in visit_trait_item_type_mut() argument 3311 pub fn visit_trait_item_type_mut<V>(v: &mut V, node: &mut TraitItemType) in visit_trait_item_type_mut()
|
D | visit.rs | 640 fn visit_trait_item_type(&mut self, i: &'ast TraitItemType) { in visit_trait_item_type() argument 3305 pub fn visit_trait_item_type<'ast, V>(v: &mut V, node: &'ast TraitItemType) in visit_trait_item_type()
|
D | hash.rs | 2386 impl Hash for TraitItemType { implementation
|
D | debug.rs | 2542 impl Debug for TraitItemType { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 4788 impl Debug for Lite<syn::TraitItemType> {
|