Searched defs:UseTree (Results 1 – 9 of 9) sorted by relevance
1312 impl Parse for UseTree { implementation1313 fn parse(input: ParseStream) -> Result<UseTree> { in parse()1322 ) -> Result<Option<UseTree>> { in parse_use_tree()
704 fn use_tree(&mut self, use_tree: &UseTree) { in use_tree() method
2061 impl Eq for UseTree {} implementation2064 impl PartialEq for UseTree { implementation
2107 impl Clone for UseTree { implementation
2693 impl Hash for UseTree { implementation
728 fn visit_use_tree_mut(&mut self, i: &mut UseTree) { in visit_use_tree_mut()
731 fn fold_use_tree(&mut self, i: UseTree) -> UseTree { in fold_use_tree()
727 fn visit_use_tree(&mut self, i: &'ast UseTree) { in visit_use_tree()
2938 impl Debug for UseTree { implementation