Struct wolfram_alpha::model::Infos
[−]
[src]
pub struct Infos {
pub count: u32,
pub info: Vec<Info>,
}A series of Info elements.
Fields
count: u32
info: Vec<Info>
Trait Implementations
impl PartialEq for Infos[src]
fn eq(&self, __arg_0: &Infos) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Infos) -> bool[src]
This method tests for !=.