Struct slack_api::FileComment 
                   
                       [−]
                   
               [src]
pub struct FileComment {
    pub comment: Option<String>,
    pub id: Option<String>,
    pub reactions: Option<Vec<Reaction>>,
    pub timestamp: Option<i32>,
    pub user: Option<String>,
}Fields
comment: Option<String>
                           
                           
                           id: Option<String>
                           
                           
                           reactions: Option<Vec<Reaction>>
                           
                           
                           timestamp: Option<i32>
                           
                           
                           user: Option<String>
                           Trait Implementations
impl Clone for FileComment[src]
fn clone(&self) -> FileComment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more