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