Struct slack_api::reactions::ListResponseItemFileComment [] [src]

pub struct ListResponseItemFileComment {
    pub comment: FileComment,
    pub file: File,
    pub ty: String,
}

Fields

Trait Implementations

impl Clone for ListResponseItemFileComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItemFileComment
[src]

Formats the value using the given formatter.