Searched defs:PathArguments (Results 1 – 8 of 8) sorted by relevance
150 impl Default for PathArguments { implementation156 impl PathArguments { impl759 impl ToTokens for PathArguments { implementation765 fn print_path_arguments(tokens: &mut TokenStream, arguments: &PathArguments, style: PathStyle) { in print_path_arguments()
1632 impl Eq for crate::PathArguments {} implementation1635 impl PartialEq for crate::PathArguments { implementation
735 fn fold_path_arguments(&mut self, i: crate::PathArguments) -> crate::PathArguments { in fold_path_arguments()3115 node: crate::PathArguments, in fold_path_arguments()
1656 impl Clone for crate::PathArguments { implementation
2096 impl Hash for crate::PathArguments { implementation
700 fn visit_path_arguments_mut(&mut self, i: &mut crate::PathArguments) { in visit_path_arguments_mut()
692 fn visit_path_arguments(&mut self, i: &'ast crate::PathArguments) { in visit_path_arguments()
2406 impl Debug for crate::PathArguments { implementation