Struct slack_api::reactions::GetResponseFileComment [] [src]

pub struct GetResponseFileComment {
    pub comment: FileComment,
    pub file: File,
    pub ty: String,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for GetResponseFileComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponseFileComment
[src]

Formats the value using the given formatter.

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

Performs the conversion.