Struct slack_api::search::AllResponseMessages [] [src]

pub struct AllResponseMessages {
    pub matches: Vec<Message>,
    pub paging: Paging,
}

Fields

Trait Implementations

impl Clone for AllResponseMessages
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AllResponseMessages
[src]

Formats the value using the given formatter.