Derived glob macro with the same name as the structure
Examples
use fields_glob;
let y = 2;
let foo = Foo! ;
assert_eq!;
assert_eq!;
assert_eq!;
# use fields_glob;
#
#
#
let foo = Foo ;
let Foo! = foo; // pattern destructure
assert_eq!;
assert_eq!;
assert_eq!;