Searched refs:PathSegment (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/syn/ |
| H A D | path.rs | 18 pub segments: Punctuated<PathSegment, Token![::]>, 24 T: Into<PathSegment>, 112 pub struct PathSegment { 118 impl<T> From<T> for PathSegment implementation 123 PathSegment { in from() 302 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf, 510 impl Parse for PathSegment { implementation 516 impl PathSegment { impl 524 return Ok(PathSegment::from(ident)); in parse_helper() 539 Ok(PathSegment { in parse_helper() [all …]
|
| H A D | meta.rs | 9 use crate::path::{Path, PathSegment}; 412 segments.push_value(PathSegment::from(ident)); in parse_meta_path() 424 segments.push_value(PathSegment::from(ident)); in parse_meta_path()
|
| H A D | lib.rs | 497 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 740 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment() argument 3136 pub fn fold_path_segment<F>(f: &mut F, node: crate::PathSegment) -> crate::PathSegment in fold_path_segment() 3140 crate::PathSegment { in fold_path_segment()
|
| H A D | clone.rs | 1671 impl Clone for crate::PathSegment { implementation 1673 crate::PathSegment { in clone()
|
| H A D | eq.rs | 1653 impl Eq for crate::PathSegment {} implementation 1656 impl PartialEq for crate::PathSegment { implementation
|
| H A D | visit_mut.rs | 705 fn visit_path_segment_mut(&mut self, i: &mut crate::PathSegment) { in visit_path_segment_mut() argument 3030 pub fn visit_path_segment_mut<V>(v: &mut V, node: &mut crate::PathSegment) in visit_path_segment_mut()
|
| H A D | visit.rs | 697 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment() argument 3191 pub fn visit_path_segment<'ast, V>(v: &mut V, node: &'ast crate::PathSegment) in visit_path_segment()
|
| H A D | hash.rs | 2118 impl Hash for crate::PathSegment { implementation
|
| H A D | debug.rs | 2422 impl Debug for crate::PathSegment { implementation
|