I think you're missing the point. The point is that you can get all those properties in Rust without the performance hit. (Except for, well, GC, obviously)
that depends on your dependencies I believe. If the people who keep including serde into their crates would stop everyone would have faster compile times.
The problem with rust is the language is kind of scary to learn, once you get past the learning curve, it is okay i guess
And on top of that iteration time is hurt because of both the language, the compiler perf, and the lifetime problems that you need to constantly think about
The benefits of using rust on other hand is non-negligible, i wish the team would focus on solving that kind of immediate problems