Searched defs:PathSegment (Results 1 – 8 of 8) sorted by relevance
118 impl<T> From<T> for PathSegment implementation510 impl Parse for PathSegment { implementation516 impl PathSegment { impl747 impl ToTokens for PathSegment { implementation753 fn print_path_segment(tokens: &mut TokenStream, segment: &PathSegment, style: PathStyle) { in print_path_segment()
1653 impl Eq for crate::PathSegment {} implementation1656 impl PartialEq for crate::PathSegment { implementation
1671 impl Clone for crate::PathSegment { implementation
2118 impl Hash for crate::PathSegment { implementation
705 fn visit_path_segment_mut(&mut self, i: &mut crate::PathSegment) { in visit_path_segment_mut()
740 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment()
697 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment()
2422 impl Debug for crate::PathSegment { implementation