[][src]Module brawl_api::model::brawlers

Contains models related to the /brawlers/... endpoint of the Brawl Stars API. Included by the feature "brawlers"; removing that feature will disable the usage of this module.

Structs

Brawler

Contains information for a specific brawler, and allows for it to be fetched through Brawler::fetch.

BrawlerList

Represents a fetchable list of all brawlers in the game, with data for each of them, such as their available star powers, names etc.