Derive Macrosยง
- Enum
- FromRow
- Insert
- Into
Arguments - Manual
Type - This is a no-op marker trait that allows the migration tool to know when a user has manually implemented a type.
- Model
- Derive macro for
#[derive(Model)]
It additionally generates FromRow for the struct, since Model requires FromRow. - Table
Meta