Struct wolfram_alpha::model::States
[−]
[src]
pub struct States { pub count: u32, pub state: Vec<State>, pub statelist: Option<Vec<Statelist>>, }
A series of State
attributes.
Fields
count: u32
state: Vec<State>
statelist: Option<Vec<Statelist>>
Trait Implementations
impl PartialEq for States
[src]
fn eq(&self, __arg_0: &States) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &States) -> bool
[src]
This method tests for !=
.
impl Eq for States
[src]
impl Debug for States
[src]
impl Clone for States
[src]
fn clone(&self) -> States
[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
impl Deserialize for States
[src]
fn deserialize<D>(deserializer: &mut D) -> Result<Self, D::Error> where
D: Deserializer,
[src]
D: Deserializer,
Deserialize this value given this Deserializer
.