Struct riven::endpoints::LorMatchV1[][src]

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

LorMatchV1 endpoints handle, accessed by calling lor_match_v1() on a RiotApi instance.

Riot Developer API Reference

lor-match-v1

Note: this struct is automatically generated.

Implementations

Get a list of match ids by PUUID

Parameters

  • region - Region to query.
  • puuid

Riot Developer API Reference

lor-match-v1.getMatchIdsByPUUID

Note: this method is automatically generated.

Get match by id

Parameters

  • region - Region to query.
  • matchId

Riot Developer API Reference

lor-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.