Struct slack_api::search::MessagesResponse [] [src]

pub struct MessagesResponse {
    pub messages: Option<MessagesResponseMessages>,
    pub query: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for MessagesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessagesResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<MessagesResponse, MessagesError<E>>> for MessagesResponse
[src]

Performs the conversion.