Structs§
- Active
Model - Generated by sea-orm-macros
- Column
Iter - An iterator over the variants of Column
- Entity
- Generated by sea-orm-macros
- Model
- The central table for user-module-role relationships.
Replaces old
module_lecturers
,module_tutors
, andmodule_students
. - Primary
KeyIter - An iterator over the variants of PrimaryKey
- Relation
Iter - An iterator over the variants of Relation
- Role
Enum - Generated by sea-orm-macros
- Role
Iter - An iterator over the variants of Role
- Role
Variant Iter - An iterator over the variants of RoleVariant
Enums§
- Column
- Generated by sea-orm-macros
- Primary
Key - Generated by sea-orm-macros
- Relation
- Defines relationships for foreign key joins.
- Role
- Enum representing user roles within a module.
Backed by a
user_module_role_type
enum in the database. - Role
Variant - Generated by sea-orm-macros