Struct slack_api::reactions::GetResponseFile [] [src]

pub struct GetResponseFile {
    pub file: File,
    pub ty: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for GetResponseFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponseFile
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<GetResponseFile, GetError<E>>> for GetResponseFile
[src]

Performs the conversion.