Struct riven::endpoints::TftSummonerV1[][src]

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

TftSummonerV1 endpoints handle, accessed by calling tft_summoner_v1() on a RiotApi instance.

Riot Developer API Reference

tft-summoner-v1

Note: this struct is automatically generated.

Implementations

Get a summoner by account ID.

Parameters

  • region - Region to query.
  • encryptedAccountId

Riot Developer API Reference

tft-summoner-v1.getByAccountId

Note: this method is automatically generated.

Get a summoner by summoner name.

Parameters

  • region - Region to query.
  • summonerName - Summoner Name

Riot Developer API Reference

tft-summoner-v1.getBySummonerName

Note: this method is automatically generated.

Get a summoner by PUUID.

Parameters

  • region - Region to query.
  • encryptedPUUID - Summoner ID

Riot Developer API Reference

tft-summoner-v1.getByPUUID

Note: this method is automatically generated.

Get a summoner by summoner ID.

Parameters

  • region - Region to query.
  • encryptedSummonerId - Summoner ID

Riot Developer API Reference

tft-summoner-v1.getBySummonerId

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.