Struct urbandictionary::model::Response[][src]

pub struct Response {
    pub definitions: Vec<Definition>,
    pub tags: Option<Vec<String>>,
}

A full response for a word, including the related tags and a list of Definitions.

Fields

A list of definitions for a request, made via a call to definitions.

A list of tags that the word has been tagged with.

Trait Implementations

impl Clone for Response
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response