Searched refs:UsePath (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | item.rs | 437 Path(UsePath), 456 pub struct UsePath { 922 TraitItemType, UseGlob, UseGroup, UseName, UsePath, UseRename, UseTree, Variadic, 1379 Ok(Some(UseTree::Path(UsePath { in parse_use_tree() 2943 UsePath, UseRename, Variadic, 3208 impl ToTokens for UsePath { implementation
|
| H A D | lib.rs | 435 TraitItemType, UseGlob, UseGroup, UseName, UsePath, UseRename, UseTree, Variadic,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 981 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path() argument 3766 pub fn fold_use_path<F>(f: &mut F, node: crate::UsePath) -> crate::UsePath in fold_use_path() 3770 crate::UsePath { in fold_use_path()
|
| H A D | clone.rs | 2166 impl Clone for crate::UsePath { implementation 2168 crate::UsePath { in clone()
|
| H A D | eq.rs | 2186 impl Eq for crate::UsePath {} implementation 2189 impl PartialEq for crate::UsePath { implementation
|
| H A D | visit_mut.rs | 912 fn visit_use_path_mut(&mut self, i: &mut crate::UsePath) { in visit_use_path_mut() argument 3638 pub fn visit_use_path_mut<V>(v: &mut V, node: &mut crate::UsePath) in visit_use_path_mut()
|
| H A D | visit.rs | 904 fn visit_use_path(&mut self, i: &'ast crate::UsePath) { in visit_use_path() argument 3816 pub fn visit_use_path<'ast, V>(v: &mut V, node: &'ast crate::UsePath) in visit_use_path()
|
| H A D | hash.rs | 2742 impl Hash for crate::UsePath { implementation
|
| H A D | debug.rs | 3100 impl Debug for crate::UsePath { implementation
|