Crate ormlite_attr
source ·Structs
- Available attributes on a column (struct field)
- All the metadata we can capture about a column
- Available attributes on a struct
- Metadata used for IntoArguments, TableMeta, and (subset of) Model
- This is an intermediate representation of the schema.
- Metadata used for IntoArguments, TableMeta, and (subset of) Model This structs are constructed from the *Attribute structs in crate::attr.
Enums
- Token type. A rust AST token, representing a type.