Struct riven::endpoints::TftMatchV1[][src]

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

TftMatchV1 endpoints handle, accessed by calling tft_match_v1() on a RiotApi instance.

Riot Developer API Reference

tft-match-v1

Note: this struct is automatically generated.

Implementations

Get a list of match ids by PUUID

Parameters

  • region - Region to query.
  • puuid
  • count (optional) - Defaults to 20.

Riot Developer API Reference

tft-match-v1.getMatchIdsByPUUID

Note: this method is automatically generated.

Get a match by match id

Parameters

  • region - Region to query.
  • matchId

Riot Developer API Reference

tft-match-v1.getMatch

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.