Struct wolfram_alpha::model::State
[−]
[src]
pub struct State { pub name: String, pub input: String, }
An alternative state which is available to a Pod
or Subpod
.
Fields
name: String
input: String
Trait Implementations
impl PartialEq for State
[src]
fn eq(&self, __arg_0: &State) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &State) -> bool
[src]
This method tests for !=
.