Expand description
Entity and business logic for managing assignments.
This module defines the Assignment
model, its relations, and
methods for creating, editing, and filtering assignments.
Structs§
- Active
Model - Generated by sea-orm-macros
- Assignment
Type Enum - Generated by sea-orm-macros
- Assignment
Type Iter - An iterator over the variants of AssignmentType
- Assignment
Type Variant Iter - An iterator over the variants of AssignmentTypeVariant
- Column
Iter - An iterator over the variants of Column
- Entity
- Generated by sea-orm-macros
- Model
- Assignment model representing the
assignments
table in the database. - Primary
KeyIter - An iterator over the variants of PrimaryKey
- Readiness
Report - Detailed report of assignment readiness state.
- Relation
Iter - An iterator over the variants of Relation
- Status
Enum - Generated by sea-orm-macros
- Status
Iter - An iterator over the variants of Status
- Status
Variant Iter - An iterator over the variants of StatusVariant
Enums§
- Assignment
Type - Assignment
Type Variant - Generated by sea-orm-macros
- Column
- Generated by sea-orm-macros
- Primary
Key - Generated by sea-orm-macros
- Relation
- Defines the relationship between
Assignment
andModule
. - Status
- Status
Variant - Generated by sea-orm-macros