Struct slack_api::search::FilesResponseFiles
[−]
[src]
pub struct FilesResponseFiles {
pub matches: Option<Vec<File>>,
pub paging: Option<Paging>,
pub total: Option<i32>,
}Fields
matches: Option<Vec<File>>
paging: Option<Paging>
total: Option<i32>
Trait Implementations
impl Clone for FilesResponseFiles[src]
fn clone(&self) -> FilesResponseFiles
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more