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

Trait Implementations

impl PartialEq for Statelist
[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 Statelist
[src]

impl Debug for Statelist
[src]

[src]

Formats the value using the given formatter.

impl Clone for Statelist
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more