Struct slack_api::channels::SetTopicResponse [] [src]

pub struct SetTopicResponse {
    pub topic: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for SetTopicResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetTopicResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<SetTopicResponse, SetTopicError<E>>> for SetTopicResponse
[src]

Performs the conversion.