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

Trait Implementations

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

impl Debug for State
[src]

[src]

Formats the value using the given formatter.

impl Clone for State
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more