Struct wolfram_alpha::model::DidYouMean
[−]
[src]
pub struct DidYouMean {
pub score: String,
pub level: String,
pub value: String,
}Provides a suggestion for a different query than the one provided.
Fields
score: String
level: String
value: String
Trait Implementations
impl PartialEq for DidYouMean[src]
fn eq(&self, __arg_0: &DidYouMean) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DidYouMean) -> bool[src]
This method tests for !=.
impl Eq for DidYouMean[src]
impl Debug for DidYouMean[src]
impl Clone for DidYouMean[src]
fn clone(&self) -> DidYouMean[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