Home
last modified time | relevance | path

Searched defs:PathSegment (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dpath.rs118 impl<T> From<T> for PathSegment implementation
510 impl Parse for PathSegment { implementation
516 impl PathSegment { impl
747 impl ToTokens for PathSegment { implementation
753 fn print_path_segment(tokens: &mut TokenStream, segment: &PathSegment, style: PathStyle) { in print_path_segment()
/linux/rust/syn/gen/
H A Deq.rs1653 impl Eq for crate::PathSegment {} implementation
1656 impl PartialEq for crate::PathSegment { implementation
H A Dclone.rs1671 impl Clone for crate::PathSegment { implementation
H A Dhash.rs2118 impl Hash 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()
H A Dfold.rs740 fn fold_path_segment(&mut self, i: crate::PathSegment) -> crate::PathSegment { in fold_path_segment()
H A Dvisit.rs697 fn visit_path_segment(&mut self, i: &'ast crate::PathSegment) { in visit_path_segment()
H A Ddebug.rs2422 impl Debug for crate::PathSegment { implementation