Struct ytr::LangsResponse[][src]

pub struct LangsResponse {
    pub dirs: Vec<String>,
    pub langs: Option<HashMap<String, String>>,
}

Response from getLangs API method.

Fields

Available translation directions.

{code: name} pairs of available languages. None if ui parameter is not set.

Trait Implementations

impl Debug for LangsResponse
[src]

Formats the value using the given formatter. Read more

impl ApiResponse for LangsResponse
[src]

Auto Trait Implementations