Struct slack_api::files_comments::DeleteResponse [] [src]

pub struct DeleteResponse { /* fields omitted */ }

Trait Implementations

impl Clone for DeleteResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<DeleteResponse, DeleteError<E>>> for DeleteResponse
[src]

Performs the conversion.