Struct wolfram_alpha::model::RelatedExample
[−]
[src]
pub struct RelatedExample { pub input: String, pub desc: String, pub category: String, pub categorythumb: Url, pub categorypage: Url, }
Provides a link to an HTML page of related examples on the requested topic.
Fields
input: String
desc: String
category: String
categorythumb: Url
categorypage: Url
Trait Implementations
impl PartialEq for RelatedExample
[src]
fn eq(&self, __arg_0: &RelatedExample) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RelatedExample) -> bool
[src]
This method tests for !=
.
impl Eq for RelatedExample
[src]
impl Debug for RelatedExample
[src]
impl Clone for RelatedExample
[src]
fn clone(&self) -> RelatedExample
[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