[][src]Module brawl_api::model::rankings::clubs

Contains models for the /rankings/:country_code/clubs?limit=x Brawl Stars API endpoint. Included by the feature "rankings"; removing that feature will disable the usage of this module.

Structs

ClubLeaderboard

Represents a leaderboard of ClubRankings - the top x clubs in a regional or global leaderboard.

ClubRanking

Represents a club's ranking, based on a regional or global leaderboard. To obtain the club's full data (a Club instance), see Club::fetch_from.