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

Trait Implementations

impl PartialEq for States
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for States
[src]

impl Debug for States
[src]

[src]

Formats the value using the given formatter.

impl Clone for States
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for States
[src]

[src]

Deserialize this value given this Deserializer.