Struct slack_api::chat::MeMessageResponse [] [src]

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

Fields

Trait Implementations

impl Clone for MeMessageResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MeMessageResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<MeMessageResponse, MeMessageError<E>>> for MeMessageResponse
[src]

Performs the conversion.