Struct google_translate2::TranslationsResource [] [src]

pub struct TranslationsResource {
    pub detected_source_language: Option<String>,
    pub translated_text: Option<String>,
}

There is no detailed description.

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

Fields

Detected source language if source parameter is unspecified.

The translation.

Trait Implementations

impl Default for TranslationsResource
[src]

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

impl Clone for TranslationsResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TranslationsResource
[src]

Formats the value using the given formatter.

impl Part for TranslationsResource
[src]