Enumsยง
- tiny_orm::SetOption is an enum that behave similarly to
Option
in the sense that there are only two variants. The goal is to easily differentiate between an Option type and a SetOption type. So that it is possible to have a struct like the following