Struct slack_api::files_comments::AddResponse  
                   
                       [−]
                   
               [src]
pub struct AddResponse {
    pub comment: Option<FileComment>,
    // some fields omitted
}Fields
comment: Option<FileComment>
                           Trait Implementations
impl Clone for AddResponse[src]
fn clone(&self) -> AddResponse
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
impl Debug for AddResponse[src]
impl<E: Error> Into<Result<AddResponse, AddError<E>>> for AddResponse[src]
fn into(self) -> Result<AddResponse, AddError<E>>
Performs the conversion.