Searched refs:TraitItemType (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | lib.rs | 367 Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
|
D | item.rs | 679 Type(TraitItemType), 745 pub struct TraitItemType { 2320 impl Parse for TraitItemType { implementation 2350 Ok(TraitItemType { in parse() 2379 Ok(TraitItem::Type(TraitItemType { in parse_trait_item_type() 3111 impl ToTokens for TraitItemType { implementation
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 650 fn fold_trait_item_type(&mut self, i: TraitItemType) -> TraitItemType { in fold_trait_item_type() argument 2943 pub fn fold_trait_item_type<F>(f: &mut F, node: TraitItemType) -> TraitItemType in fold_trait_item_type() 2947 TraitItemType { in fold_trait_item_type()
|
D | clone.rs | 1874 impl Clone for TraitItemType { implementation 1876 TraitItemType { in clone()
|
D | eq.rs | 1803 impl Eq for TraitItemType {} implementation 1806 impl PartialEq for TraitItemType { implementation
|
D | visit_mut.rs | 647 fn visit_trait_item_type_mut(&mut self, i: &mut TraitItemType) { in visit_trait_item_type_mut() argument 3315 pub fn visit_trait_item_type_mut<V>(v: &mut V, node: &mut TraitItemType) in visit_trait_item_type_mut()
|
D | visit.rs | 646 fn visit_trait_item_type(&mut self, i: &'ast TraitItemType) { in visit_trait_item_type() argument 3315 pub fn visit_trait_item_type<'ast, V>(v: &mut V, node: &'ast TraitItemType) in visit_trait_item_type()
|
D | hash.rs | 2392 impl Hash for TraitItemType { implementation
|
D | debug.rs | 2548 impl Debug for TraitItemType { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 4783 impl Debug for Lite<syn::TraitItemType> {
|