Struct slack_api::search::MessagesResponseMessages [] [src]

pub struct MessagesResponseMessages {
    pub matches: Option<Vec<Message>>,
    pub paging: Option<Paging>,
    pub total: Option<i32>,
}

Fields

Trait Implementations

impl Clone for MessagesResponseMessages
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessagesResponseMessages
[src]

Formats the value using the given formatter.