Struct slack_api::chat::UpdateResponse [] [src]

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

Fields

Trait Implementations

impl Clone for UpdateResponse
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for UpdateResponse
[src]

[]

Formats the value using the given formatter.

impl<E: Error> Into<Result<UpdateResponse, UpdateError<E>>> for UpdateResponse
[src]

[]

Performs the conversion.