forked from loafle/openapi-generator-original
Rust clients code format cleanup (with some breaking changes for model structures): * Application of Rust style in client files (4 spaces padding). Remove useless blank lines. * Replace getters/setters in models by public fields. * Add a trailing comma in struct fields. * Sample Rust clients regeneration.