Struct riven::endpoints::ChampionMasteryV4[][src]

pub struct ChampionMasteryV4<'a> { /* fields omitted */ }
Expand description

ChampionMasteryV4 endpoints handle, accessed by calling champion_mastery_v4() on a RiotApi instance.

Riot Developer API Reference

champion-mastery-v4

Note: this struct is automatically generated.

Implementations

Get all champion mastery entries sorted by number of champion points descending,

Parameters

  • region - Region to query.
  • encryptedSummonerId - Summoner ID associated with the player

Riot Developer API Reference

champion-mastery-v4.getAllChampionMasteries

Note: this method is automatically generated.

Get a champion mastery by player ID and champion ID.

Parameters

  • region - Region to query.
  • championId - Champion ID to retrieve Champion Mastery for
  • encryptedSummonerId - Summoner ID associated with the player

Riot Developer API Reference

champion-mastery-v4.getChampionMastery

Note: this method is automatically generated.

Get a player’s total champion mastery score, which is the sum of individual champion mastery levels.

Parameters

  • region - Region to query.
  • encryptedSummonerId - Summoner ID associated with the player

Riot Developer API Reference

champion-mastery-v4.getChampionMasteryScore

Note: this method is automatically generated.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.