Struct google_translate2::LanguagesResource[][src]

pub struct LanguagesResource {
    pub name: Option<String>,
    pub language: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Human readable name of the language localized to the target language.

Supported language code, generally consisting of its ISO 639-1 identifier. (E.g. 'en', 'ja'). In certain cases, BCP-47 codes including language + region identifiers are returned (e.g. 'zh-TW' and 'zh-CH')

Trait Implementations

impl Default for LanguagesResource
[src]

Returns the "default value" for a type. Read more

impl Clone for LanguagesResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LanguagesResource
[src]

Formats the value using the given formatter. Read more

impl Part for LanguagesResource
[src]

Auto Trait Implementations