Struct ddg::ddg_response::TopicResult [] [src]

pub struct TopicResult {
    pub first_url: String,
    pub icon: Icon,
    pub result: String,
    pub text: String,
}

An link associated with abstract.

Fields

First URL for the Result.

Icon associated with first_url.

HTML link(s) to external site(s).

Text from first_url.

Trait Implementations

impl Debug for TopicResult
[src]

Formats the value using the given formatter.

impl Clone for TopicResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more