Struct slack_api::channels::SetTopicResponse
[−]
[src]
pub struct SetTopicResponse {
pub topic: Option<String>,
// some fields omitted
}Fields
topic: Option<String>
Trait Implementations
impl Clone for SetTopicResponse[src]
fn clone(&self) -> SetTopicResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for SetTopicResponse[src]
impl<E: Error> Into<Result<SetTopicResponse, SetTopicError<E>>> for SetTopicResponse[src]
fn into(self) -> Result<SetTopicResponse, SetTopicError<E>>
Performs the conversion.