Home
last modified time | relevance | path

Searched refs:PathSegment (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dpath.rs18 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 Dmeta.rs9 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 Dlib.rs497 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf,
/linux/rust/syn/gen/
H A Dfold.rs740 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 Dclone.rs1671 impl Clone for crate::PathSegment { implementation
1673 crate::PathSegment { in clone()
H A Deq.rs1653 impl Eq for crate::PathSegment {} implementation
1656 impl PartialEq for crate::PathSegment { implementation
H A Dvisit_mut.rs705 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 Dvisit.rs697 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 Dhash.rs2118 impl Hash for crate::PathSegment { implementation
H A Ddebug.rs2422 impl Debug for crate::PathSegment { implementation