Struct slack_api::chat::DeleteResponse [] [src]

pub struct DeleteResponse {
    pub channel: Option<String>,
    pub ts: Option<String>,
    // some fields omitted
}

Fields

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.