Struct slack_api::search::AllResponseFiles
[−]
[src]
pub struct AllResponseFiles {
pub matches: Vec<File>,
pub paging: Paging,
}Fields
matches: Vec<File>
paging: Paging
Trait Implementations
impl Clone for AllResponseFiles[src]
fn clone(&self) -> AllResponseFiles
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