[][src]Module brawl_api::model::players::battlelog

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

Structs

Battle

Represents a Battle in a player's BattleLog.

BattleBrawler

Represents the brawler a player was using in a BattlePlayer object.

BattleEvent

Contains data about the event played during a Battle.

BattleLog

Represents a list of a Player's most recent battles. (NOTE: It may take up to 30 minutes for a new battle to appear in the battlelog.)

BattlePlayer

Represents a player in a BattleResultInfo object, with only partial data about it (note that the brawler field is exclusive to this struct, representing the brawler the player was using during the battle). One can use Player::fetch_from to obtain a full Player instance from an existing BattlePlayer instance.

BattleResultInfo

Represents the result of a battle in a Battle object, including details, outcome, players/teams etc.

Enums

BattleOutcome