Struct wolfram_alpha::model::Pod [] [src]

pub struct Pod {
    pub title: String,
    pub error: bool,
    pub position: u32,
    pub scanner: String,
    pub id: String,
    pub numsubpods: u32,
    pub primary: Option<bool>,
    pub subpod: Vec<Subpod>,
    pub states: Option<States>,
    pub infos: Option<Infos>,
    pub sounds: Option<Sounds>,
    pub definitions: Option<Definitions>,
    pub notes: Option<Notes>,
}

Pod elements are subelements of QueryResult. Each contains the results for a single pod.

Fields

Trait Implementations

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

impl Debug for Pod
[src]

[src]

Formats the value using the given formatter.

impl Clone for Pod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more