Struct slack_api::chat::PostMessageResponse [] [src]

pub struct PostMessageResponse {
    pub channel: Option<String>,
    pub message: Option<Message>,
    pub ts: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for PostMessageResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostMessageResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<PostMessageResponse, PostMessageError<E>>> for PostMessageResponse
[src]

Performs the conversion.