The enum [`Statement`](https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Statement.html) has several variants of the type `Variant(VariantStruct)`, such as `Set(Set)` or [`CreateIndex(CreateIndex)`](https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Statement.html#variant.CreateIndex). I would like to implement the `From<Variant> for Statement` trait for all such variants of Statement. Do let me know whether that would be desirable.