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