Searched refs:struct_impl (Results 1 – 3 of 3) sorted by relevance
102 ast::Data::Struct(ref s) => struct_impl(s, operation), in handle_input()247 fn struct_impl(s: &Fields<MlsFieldReceiver>, operation: Operation) -> TokenStream { in struct_impl() function
646 let mut struct_impl = Impl(0); in tracing() localVariable647 let fut = struct_impl.foo(5); in tracing()
708 let (struct_decl, struct_impl) = generate_data_struct(scope, schema, endianness, id); in generate_struct_decl()711 #struct_impl in generate_struct_decl()