99.9% of all code written in these languages uses a thread per request model. Objects never go over a thread boundary. Using rust will only complicate these code bases for concerns that will never occur.
…and if you’re concerned about mutability you can use an immutable first language like Scala or F#.
…and if you’re concerned about mutability you can use an immutable first language like Scala or F#.