Add support for structs like the following: ```julia @autodiff struct MyModel a::Float64 MyModel(a) = new(a) end ```