[][src]Struct riven::TournamentV4

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

TournamentV4 endpoints. This struct is automatically generated.

Official API Reference

https://developer.riotgames.com/api-methods/#tournament-v4

Methods

impl<'a> TournamentV4<'a>[src]

pub fn get_tournament_code(
    &self,
    region: Region,
    tournament_code: &str
) -> impl Future<Output = Result<Option<TournamentCode>, Error>> + 'a
[src]

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

Official API Reference

https://developer.riotgames.com/api-methods/#tournament-v4/GET_getTournamentCode

Parameters

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

pub fn get_lobby_events_by_code(
    &self,
    region: Region,
    tournament_code: &str
) -> impl Future<Output = Result<Option<LobbyEventWrapper>, Error>> + 'a
[src]

Gets a list of lobby events by tournament code.

Official API Reference

https://developer.riotgames.com/api-methods/#tournament-v4/GET_getLobbyEventsByCode

Parameters

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

Auto Trait Implementations

impl<'a> Send for TournamentV4<'a>

impl<'a> Sync for TournamentV4<'a>

impl<'a> Unpin for TournamentV4<'a>

impl<'a> !UnwindSafe for TournamentV4<'a>

impl<'a> !RefUnwindSafe for TournamentV4<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]