Rust: Struct,

From Wiki
struct User {
   username: String,
   email: String,
   sign_in_count: u64,
   active: bool,
}