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
utt: String
yomi: String
mode: Mode
da: u32
context: String
Trait Implementations
impl Clone for Response[src]
fn clone(&self) -> Response
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more