Struct wolfram_alpha::model::Tip
[−]
[src]
pub struct Tip {
pub text: String,
}A single tip, typically regarding suggestions for fixing the query.
Fields
text: String
Trait Implementations
impl PartialEq for Tip[src]
fn eq(&self, __arg_0: &Tip) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Tip) -> bool[src]
This method tests for !=.