struct Group { id: u32, name: String, } impl Group { }