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
img: Option<Vec<Img>>
link: Option<Vec<Link>>
units: Option<Vec<Units>>
Trait Implementations
impl PartialEq for Info[src]
fn eq(&self, __arg_0: &Info) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Info) -> bool[src]
This method tests for !=.