Struct wolfram_alpha::model::Info [] [src]

pub struct Info {
    pub img: Option<Vec<Img>>,
    pub link: Option<Vec<Link>>,
    pub units: Option<Vec<Units>>,
}

A container for extra information regarding the contents of a pod.

Fields

Trait Implementations

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

impl Debug for Info
[src]

[src]

Formats the value using the given formatter.

impl Clone for Info
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more