Struct slack_api::files::ListResponse
[−]
[src]
pub struct ListResponse { pub files: Option<Vec<File>>, pub paging: Option<Paging>, // some fields omitted }
Fields
files: Option<Vec<File>>
paging: Option<Paging>
Trait Implementations
impl Clone for ListResponse
[src]
fn clone(&self) -> ListResponse
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
impl Debug for ListResponse
[src]
impl<E: Error> Into<Result<ListResponse, ListError<E>>> for ListResponse
[src]
fn into(self) -> Result<ListResponse, ListError<E>>
Performs the conversion.