Struct wolfram_alpha::model::Source
[−]
[src]
pub struct Source { pub url: String, pub text: String, }
A link to a web page of source information.
Fields
url: String
text: String
Trait Implementations
impl PartialEq for Source
[src]
fn eq(&self, __arg_0: &Source) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Source) -> bool
[src]
This method tests for !=
.