Struct howto::Answer[][src]

pub struct Answer {
    pub link: String,
    pub full_text: String,
    pub instruction: String,
}

Struct containing the answer of given query.

Fields

Trait Implementations

impl Debug for Answer
[src]

Formats the value using the given formatter. Read more

impl Clone for Answer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Answer

impl Sync for Answer