Struct wolfram_alpha::model::Assumption
[−]
[src]
pub struct Assumption {
pub assumption_type: String,
pub count: u32,
pub value: Vec<Value>,
}A single assumption, typically about the meaning of a word or phrase.
Fields
assumption_type: String
count: u32
value: Vec<Value>
Trait Implementations
impl PartialEq for Assumption[src]
fn eq(&self, __arg_0: &Assumption) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Assumption) -> bool[src]
This method tests for !=.
impl Eq for Assumption[src]
impl Debug for Assumption[src]
impl Clone for Assumption[src]
fn clone(&self) -> Assumption[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