Struct wolfram_alpha::model::Warnings
[−]
[src]
pub struct Warnings {
pub count: u32,
pub spellcheck: Option<Vec<Spellcheck>>,
pub delimeters: Option<Vec<Delimeters>>,
pub translation: Option<Vec<Translation>>,
pub reinterpret: Option<Vec<Reinterpret>>,
}A series of Warning elements.
Fields
count: u32
spellcheck: Option<Vec<Spellcheck>>
delimeters: Option<Vec<Delimeters>>
translation: Option<Vec<Translation>>
reinterpret: Option<Vec<Reinterpret>>
Trait Implementations
impl PartialEq for Warnings[src]
fn eq(&self, __arg_0: &Warnings) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Warnings) -> bool[src]
This method tests for !=.