Struct quackngo::RelatedTopic [] [src]

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

child struct of InstantAnswer

Fields

result: String icon: Icon first_url: String text: String

Trait Implementations

impl Debug for RelatedTopic
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.