macro_rules! construct { ($($tt: tt)*) => { ... }; }
A standard constructor that uses Into.
Into
construct! { Student { name: "Timmy", age: 10, father : { name: "Tommy", age: 35, } } }