[][src]Struct riven::TournamentStubV4

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

TournamentStubV4 endpoints. This struct is automatically generated.

Official API Reference

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

Methods

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

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

Gets a mock list of lobby events by tournament code.

Official API Reference

https://developer.riotgames.com/api-methods/#tournament-stub-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 TournamentStubV4<'a>

impl<'a> Sync for TournamentStubV4<'a>

impl<'a> Unpin for TournamentStubV4<'a>

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

impl<'a> !RefUnwindSafe for TournamentStubV4<'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]