Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpath.rs150 impl Default for PathArguments { implementation
156 impl PathArguments { impl
759 impl ToTokens for PathArguments { implementation
765 fn print_path_arguments(tokens: &mut TokenStream, arguments: &PathArguments, style: PathStyle) { in print_path_arguments()
/linux/rust/syn/gen/
H A Deq.rs1632 impl Eq for crate::PathArguments {} implementation
1635 impl PartialEq for crate::PathArguments { implementation
H A Dfold.rs735 fn fold_path_arguments(&mut self, i: crate::PathArguments) -> crate::PathArguments { in fold_path_arguments()
3115 node: crate::PathArguments, in fold_path_arguments()
H A Dclone.rs1656 impl Clone for crate::PathArguments { implementation
H A Dhash.rs2096 impl Hash for crate::PathArguments { implementation
H A Dvisit_mut.rs700 fn visit_path_arguments_mut(&mut self, i: &mut crate::PathArguments) { in visit_path_arguments_mut()
H A Dvisit.rs692 fn visit_path_arguments(&mut self, i: &'ast crate::PathArguments) { in visit_path_arguments()
H A Ddebug.rs2406 impl Debug for crate::PathArguments { implementation