Earlier quoted context omitted.
Judging by this comment, I sincerely question what "professionally" means. You miss a lot of benefits and focus on the one thing that has very little to do with why people might want this.
Why would people want to build a UI in Rust except for speed? Memory safety doesn't seem super important in the UI context. There is a reason most people still refer to Rust as a "systems" language.
Lots of reasons.
* The developer is familiar with Rust.
* The rest of the project is written in Rust.
* The primary function of the app is something for which a library exists in Rust.
Sure, Rust is known for running fast and for memory safety. But that doesn't mean that it will never be used except for those two reasons.