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