Struct wolfram_alpha::model::Statelist
[−]
[src]
pub struct Statelist {
pub count: u32,
pub value: String,
pub state: Vec<State>,
}A series of State attributes, combined into a list.
Fields
count: u32
value: String
state: Vec<State>
Trait Implementations
impl PartialEq for Statelist[src]
fn eq(&self, __arg_0: &Statelist) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Statelist) -> bool[src]
This method tests for !=.