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

Trait Implementations

impl PartialEq for ExamplePage
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ExamplePage
[src]

impl Debug for ExamplePage
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExamplePage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more