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

The localized name of the language if target parameter is given.

The language code.

Trait Implementations

impl Debug for LanguagesResource
[src]

Formats the value using the given formatter.

impl Clone for LanguagesResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LanguagesResource
[src]

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

impl Part for LanguagesResource
[src]