Struct wolfram_alpha::model::Subpod [] [src]

pub struct Subpod {
    pub title: String,
    pub img: Option<Img>,
    pub plaintext: Option<Plaintext>,
    pub states: Option<States>,
}

A subelement of Pod.

Fields

Trait Implementations

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

impl Debug for Subpod
[src]

[src]

Formats the value using the given formatter.

impl Clone for Subpod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more