Enum ddg::RelatedTopic [] [src]

pub enum RelatedTopic {
    TopicResult(TopicResult),
    Topic(Topic),
}

Internal link(s) to related topics associated with abstract. A result could either be a single TopicResult, or a Topic containing multiple TopicResults in a certain area of interest.

Variants

The link had a single topic.

The link had a whole topic category.

Trait Implementations

impl Debug for RelatedTopic
[src]

Formats the value using the given formatter.

impl Clone for RelatedTopic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deserialize for RelatedTopic
[src]

Deserialize this value from the given Serde deserializer. Read more