What this article is talking about isn’t structural typing, it’s nominal row typing. Rust already has a structural type, it’s the Tuple, but the examples and such they show is about a nominal row type. Very bad set of misnaming there… >.>
And yes, row typing is fun, though often not but sometimes can be zero-cost. ^.^