[][src]Struct riven::endpoints::ValStatusV1

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

ValStatusV1 endpoints handle, accessed by calling val_status_v1() on a RiotApi instance.

Riot Developer API Reference

val-status-v1

Note: this struct is automatically generated.

Implementations

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

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

Get VALORANT status for the given platform.

Parameters

  • region - Region to query.

Riot Developer API Reference

val-status-v1.getPlatformData

Note: this method is automatically generated.

Auto Trait Implementations

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

impl<'a> Send for ValStatusV1<'a>

impl<'a> Sync for ValStatusV1<'a>

impl<'a> Unpin for ValStatusV1<'a>

impl<'a> !UnwindSafe for ValStatusV1<'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> Instrument for T[src]

impl<T> Instrument 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.