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

Trait Implementations

impl PartialEq for LanguageMsg
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for LanguageMsg
[src]

impl Debug for LanguageMsg
[src]

[src]

Formats the value using the given formatter.

impl Clone for LanguageMsg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more