Struct wolfram_alpha::model::Definition
[−]
[src]
pub struct Definition { pub word: String, pub desc: String, }
An element containing a definition of a concept used in the query result.
Fields
word: String
desc: String
Trait Implementations
impl PartialEq for Definition
[src]
fn eq(&self, __arg_0: &Definition) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Definition) -> bool
[src]
This method tests for !=
.
impl Eq for Definition
[src]
impl Debug for Definition
[src]
impl Clone for Definition
[src]
fn clone(&self) -> Definition
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more