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

Models for all /rankings/:country_code/... Brawl Stars API endpoints. Included by the feature "rankings"; removing that feature will disable the usage of this module.

Re-exports

pub use players::*;
pub use clubs::*;
pub use brawlers::*;

Modules

brawlers

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

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.

players

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