Struct slack_api::pins::ListResponseItemFileComment [] [src]

pub struct ListResponseItemFileComment {
    pub comment: FileComment,
    pub created: Option<f32>,
    pub created_by: Option<String>,
    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.