26
Call for testing: Restricting trait implementability and field mutability | Inside Rust Blog
(blog.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
So basically language support for sealed traits and reducing need for getter functions. Kinda neat but not that significant.
As mentioned in the article, it enables scenarios that getters/setters can't because of the borrow checker.
Yes and no.
And you clearly missed the enums part.