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