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

Trait Implementations

impl PartialEq for DidYouMean
[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 DidYouMean
[src]

impl Debug for DidYouMean
[src]

[src]

Formats the value using the given formatter.

impl Clone for DidYouMean
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more