Struct slack_api::files_comments::EditResponse [] [src]

pub struct EditResponse {
    pub comment: Option<FileComment>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for EditResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EditResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<EditResponse, EditError<E>>> for EditResponse
[src]

Performs the conversion.