Struct hipchat_client::message::SendMessageResponse
[−]
[src]
pub struct SendMessageResponse { pub id: String, pub timestamp: String, }
Fields
id: String
timestamp: String
Trait Implementations
impl Debug for SendMessageResponse
[src]
impl Clone for SendMessageResponse
[src]
fn clone(&self) -> SendMessageResponse
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