Struct slack_api::search::AllResponseFiles [] [src]

pub struct AllResponseFiles {
    pub matches: Vec<File>,
    pub paging: Paging,
}

Fields

Trait Implementations

impl Clone for AllResponseFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AllResponseFiles
[src]

Formats the value using the given formatter.