Enum slack_api::reactions::GetResponse [] [src]

pub enum GetResponse {
    Message(GetResponseMessage),
    File(GetResponseFile),
    FileComment(GetResponseFileComment),
}

Variants

Trait Implementations

impl Clone for GetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponse
[src]

Formats the value using the given formatter.

impl Deserialize for GetResponse
[src]

Deserialize this value from the given Serde deserializer. Read more

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

Performs the conversion.