[][src]Struct ytr::LangsRequest

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

Parameters for getLangs API method.

Instances are created via ApiClient::get_langs.

Methods

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

Set ui parameter.

Call API method with prepared parameters.

Trait Implementations

impl<'a> ApiRequest for LangsRequest<'a>
[src]

impl<'a> Debug for LangsRequest<'a>
[src]

impl<'a> Serialize for LangsRequest<'a>
[src]

Auto Trait Implementations

impl<'a> Send for LangsRequest<'a>

impl<'a> Sync for LangsRequest<'a>

Blanket Implementations

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T