competitionlib/enums/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod participant_type;
pub mod leaderboard_visibility;
pub mod participants_visibility;
pub mod status_ticket;
pub mod status_team;
pub mod action_type;
pub mod allowed_until_type;
pub mod participation_type;
pub mod member_role;
pub mod competition_visibility;
pub mod tournament_system_type;
pub mod news_type;
pub mod participant_team_type;