Struct slack_api::mpim::RepliesResponse [] [src]

pub struct RepliesResponse {
    pub messages: Option<Vec<Message>>,
    pub thread_info: Option<ThreadInfo>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for RepliesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RepliesResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<RepliesResponse, RepliesError<E>>> for RepliesResponse
[src]

Performs the conversion.