Module fields

Module fields 

Source
Expand description

Contains the per-field traits required for teil to work

Enums§

BigSerial
Equivalent to Option<i64>, but for automatic values set by the database
Serial
Equivalent to Option<i32>, but for automatic values set by the database
SmallSerial
Equivalent to Option<i16>, but for automatic values set by the database

Traits§

SyncTeilField
Fields supported by teil to be saved in the database
SyncTeilSerialField
Fields that can be treated as serial fields supported by teil to be saved in the database
TeilField
Fields supported by teil to be saved in the database
TeilSerialField
Fields that can be treated as serial fields supported by teil to be saved in the database