[][src]Struct riven::endpoints::LolStatusV3

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

LolStatusV3 endpoints handle, accessed by calling lol_status_v3() on a RiotApi instance.

Riot Developer API Reference

lol-status-v3

Note: this struct is automatically generated.

Implementations

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

pub fn get_shard_data(
    &self,
    region: Region
) -> impl Future<Output = Result<ShardStatus>> + 'a
[src]

Get League of Legends status for the given shard.

Rate Limit Notes

Requests to this API are not counted against the application Rate Limits.

Parameters

  • region - Region to query.

Riot Developer API Reference

lol-status-v3.getShardData

Note: this method is automatically generated.

Auto Trait Implementations

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

impl<'a> Send for LolStatusV3<'a>

impl<'a> Sync for LolStatusV3<'a>

impl<'a> Unpin for LolStatusV3<'a>

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

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.