Struct wolfram_alpha::model::Value
[−]
[src]
pub struct Value { pub name: String, pub desc: String, pub input: String, }
The value of an assumption.
Fields
name: String
desc: String
input: String
Trait Implementations
impl PartialEq for Value
[src]
fn eq(&self, __arg_0: &Value) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Value) -> bool
[src]
This method tests for !=
.