pub struct MicrosoftTranslation {
pub detected_language: Option<DetectedLanguage>,
pub translations: Vec<TranslationResult>,
}Expand description
微软翻译结果
Fields§
§detected_language: Option<DetectedLanguage>§translations: Vec<TranslationResult>Trait Implementations§
Source§impl Debug for MicrosoftTranslation
impl Debug for MicrosoftTranslation
Source§impl<'de> Deserialize<'de> for MicrosoftTranslation
impl<'de> Deserialize<'de> for MicrosoftTranslation
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
Auto Trait Implementations§
impl Freeze for MicrosoftTranslation
impl RefUnwindSafe for MicrosoftTranslation
impl Send for MicrosoftTranslation
impl Sync for MicrosoftTranslation
impl Unpin for MicrosoftTranslation
impl UnwindSafe for MicrosoftTranslation
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