Struct google_translate2::api::TranslationsResource [−][src]
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: Option<String>The source language of the initial request, detected automatically, if no source language was passed within the initial request. If the source language was passed, auto-detection of the language will not occur and this field will be empty.
model: Option<String>The model type used for this translation. Valid values are
listed in public documentation. Can be different from requested model.
Present only if specific model type was explicitly requested.
translated_text: Option<String>Text translated into the target language.
Trait Implementations
impl Clone for TranslationsResource[src]
fn clone(&self) -> TranslationsResource[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TranslationsResource[src]
impl Default for TranslationsResource[src]
fn default() -> TranslationsResource[src]
impl<'de> Deserialize<'de> for TranslationsResource[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for TranslationsResource[src]
impl Serialize for TranslationsResource[src]
Auto Trait Implementations
impl RefUnwindSafe for TranslationsResource
impl Send for TranslationsResource
impl Sync for TranslationsResource
impl Unpin for TranslationsResource
impl UnwindSafe for TranslationsResource
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,