Struct slack_api::files::InfoResponse [] [src]

pub struct InfoResponse {
    pub comments: Option<Vec<FileComment>>,
    pub file: Option<File>,
    pub paging: Option<Paging>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for InfoResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InfoResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<InfoResponse, InfoError<E>>> for InfoResponse
[src]

Performs the conversion.