Struct slack_api::reactions::GetResponseMessage
[−]
[src]
pub struct GetResponseMessage { pub channel: String, pub message: Message, pub ty: String, // some fields omitted }
Fields
channel: String
message: Message
ty: String
Trait Implementations
impl Clone for GetResponseMessage
[src]
fn clone(&self) -> GetResponseMessage
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
impl Debug for GetResponseMessage
[src]
impl<E: Error> Into<Result<GetResponseMessage, GetError<E>>> for GetResponseMessage
[src]
fn into(self) -> Result<GetResponseMessage, GetError<E>>
Performs the conversion.