Struct riven::endpoints::TournamentV4[][src]

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

TournamentV4 endpoints handle, accessed by calling tournament_v4() on a RiotApi instance.

Riot Developer API Reference

tournament-v4

Note: this struct is automatically generated.

Implementations

Returns the tournament code DTO associated with a tournament code string.

Parameters

  • region - Region to query.
  • tournamentCode - The tournament code string.

Riot Developer API Reference

tournament-v4.getTournamentCode

Note: this method is automatically generated.

Gets a list of lobby events by tournament code.

Parameters

  • region - Region to query.
  • tournamentCode - The short code to look up lobby events for

Riot Developer API Reference

tournament-v4.getLobbyEventsByCode

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.