Structs§
- Actix
Admin Bulk Action - A user-visible action that can be applied to a selection of rows on the
list page (“Archive selected”, “Send email”, …). Register via
ActixAdminBuilder::add_bulk_action_for_entity::<E>(...). - Actix
Admin View Model - Actix
Admin View Model Field - Actix
Admin View Model Filter - Actix
Admin View Model Params - Actix
Admin View Model Serializable
Enums§
- Actix
Admin Filter Operator - Comparison operator applied by an advanced filter. Encoded on the wire as
filter_<name>__op=<snake_case_variant>(case-insensitive). - Actix
Admin View Model Field Type
Traits§
- Actix
Admin Primary Key - Blanket bound for anything usable as an entity primary key in the admin.
- Actix
Admin View Model Trait