pub struct AdaptiveMtTranslation {
pub translated_text: Option<String>,
}Expand description
An AdaptiveMt translation.
This type is not used in any activity, and only used as part of another schema.
Fields§
§translated_text: Option<String>Output only. The translated text.
Trait Implementations§
Source§impl Clone for AdaptiveMtTranslation
impl Clone for AdaptiveMtTranslation
Source§fn clone(&self) -> AdaptiveMtTranslation
fn clone(&self) -> AdaptiveMtTranslation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdaptiveMtTranslation
impl Debug for AdaptiveMtTranslation
Source§impl Default for AdaptiveMtTranslation
impl Default for AdaptiveMtTranslation
Source§fn default() -> AdaptiveMtTranslation
fn default() -> AdaptiveMtTranslation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdaptiveMtTranslation
impl<'de> Deserialize<'de> for AdaptiveMtTranslation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AdaptiveMtTranslation
impl Serialize for AdaptiveMtTranslation
impl Part for AdaptiveMtTranslation
Auto Trait Implementations§
impl Freeze for AdaptiveMtTranslation
impl RefUnwindSafe for AdaptiveMtTranslation
impl Send for AdaptiveMtTranslation
impl Sync for AdaptiveMtTranslation
impl Unpin for AdaptiveMtTranslation
impl UnwindSafe for AdaptiveMtTranslation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more