Struct google_translate2::LanguagesListResponse[][src]

pub struct LanguagesListResponse {
    pub languages: Option<Vec<LanguagesResource>>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.

Trait Implementations

impl Default for LanguagesListResponse
[src]

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

impl Clone for LanguagesListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LanguagesListResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for LanguagesListResponse
[src]

Auto Trait Implementations