Struct slack_api::search::FilesResponseFiles [] [src]

pub struct FilesResponseFiles {
    pub matches: Option<Vec<File>>,
    pub paging: Option<Paging>,
    pub total: Option<i32>,
}

Fields

Trait Implementations

impl Clone for FilesResponseFiles
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilesResponseFiles
[src]

Formats the value using the given formatter.