Struct slack_api::reactions::GetResponseMessage [] [src]

pub struct GetResponseMessage {
    pub channel: String,
    pub message: Message,
    pub ty: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for GetResponseMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponseMessage
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<GetResponseMessage, GetError<E>>> for GetResponseMessage
[src]

Performs the conversion.