Struct wolfram_alpha::model::LanguageMsg
[−]
[src]
pub struct LanguageMsg {
pub english: String,
pub other: Option<String>,
}Generated when a foreign language is detected in a query.
Fields
english: String
other: Option<String>
Trait Implementations
impl PartialEq for LanguageMsg[src]
fn eq(&self, __arg_0: &LanguageMsg) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LanguageMsg) -> bool[src]
This method tests for !=.
impl Eq for LanguageMsg[src]
impl Debug for LanguageMsg[src]
impl Clone for LanguageMsg[src]
fn clone(&self) -> LanguageMsg[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more