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

Trait Implementations

impl PartialEq for RelatedExample
[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 RelatedExample
[src]

impl Debug for RelatedExample
[src]

[src]

Formats the value using the given formatter.

impl Clone for RelatedExample
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more