Home
last modified time | relevance | path

Searched refs:BareFnArg (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dty.rs104 pub inputs: Punctuated<BareFnArg, Token![,]>,
234 pub struct BareFnArg { structure names
660 inputs.push_value(BareFnArg { attrs, ..arg }); in parse()
903 impl Parse for BareFnArg {
910 fn parse_bare_fn_arg(input: ParseStream, allow_self: bool) -> Result<BareFnArg> { in parse_bare_fn_arg()
955 Ok(BareFnArg { attrs, name, ty }) in parse_bare_fn_arg()
1158 impl ToTokens for BareFnArg {
H A Dlib.rs513 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs90 impl Clone for BareFnArg {
92 BareFnArg { in clone()
H A Dfold.rs72 fn fold_bare_fn_arg(&mut self, i: BareFnArg) -> BareFnArg { in fold_bare_fn_arg()
1024 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg()
1028 BareFnArg { in fold_bare_fn_arg()
H A Deq.rs86 impl Eq for BareFnArg {}
89 impl PartialEq for BareFnArg {
H A Dvisit_mut.rs72 fn visit_bare_fn_arg_mut(&mut self, i: &mut BareFnArg) { in visit_bare_fn_arg_mut()
1025 pub fn visit_bare_fn_arg_mut<V>(v: &mut V, node: &mut BareFnArg) in visit_bare_fn_arg_mut()
H A Dhash.rs97 impl Hash for BareFnArg {
H A Ddebug.rs100 impl Debug for BareFnArg {
102 let mut formatter = formatter.debug_struct("BareFnArg"); in fmt()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs132 impl Debug for Lite<syn::BareFnArg> {
134 let mut formatter = formatter.debug_struct("BareFnArg"); in fmt()

Completed in 31 milliseconds