Struct wolfram_alpha::model::Unit
[−]
[src]
pub struct Unit { pub short: String, pub long: String, }
A table of unit abbreviations used inside a Pod
.
Fields
short: String
long: String
Trait Implementations
impl PartialEq for Unit
[src]
fn eq(&self, __arg_0: &Unit) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Unit) -> bool
[src]
This method tests for !=
.