Struct docomo_api::chat_dialogue::Response [] [src]

pub struct Response {
    pub utt: String,
    pub yomi: String,
    pub mode: Mode,
    pub da: u32,
    pub context: String,
}

Fields

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.