Struct ddg::response::Topic [] [src]

pub struct Topic {
    pub topics: Vec<RelatedTopic>,
    pub name: String,
}

Name, and Vec of TopicResults.

Fields

vec of external links associated with abstract.

The name of the topic. for example if the query was Apple, it could be a topic about botany, or companies.

Trait Implementations

impl Clone for Topic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Topic
[src]

Formats the value using the given formatter.