Struct slack_api::pins::ListResponseItemFile [] [src]

pub struct ListResponseItemFile {
    pub created: Option<f32>,
    pub created_by: Option<String>,
    pub file: File,
    pub ty: String,
}

Fields

Trait Implementations

impl Clone for ListResponseItemFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItemFile
[src]

Formats the value using the given formatter.