[][src]Struct riven::LolStatusV3

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

LolStatusV3 endpoints. This struct is automatically generated.

Official API Reference

https://developer.riotgames.com/api-methods/#lol-status-v3

Methods

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

pub fn get_shard_data(
    &self,
    region: Region
) -> impl Future<Output = Result<Option<ShardStatus>, Error>> + '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.

Official API Reference

https://developer.riotgames.com/api-methods/#lol-status-v3/GET_getShardData

Parameters

  • region - Region to query.

Auto Trait Implementations

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

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

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

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

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,