I need a struct containing several fields that should be usable in a concurrent context.
struct Foo { number: u32, collection: Vec, }