Struct slack_api::channels::SetTopicRequest
[−]
[src]
pub struct SetTopicRequest<'a> { pub channel: &'a str, pub topic: &'a str, }
Fields
channel: &'a str
Channel to set the topic of
topic: &'a str
The new topic
Trait Implementations
impl<'a> Clone for SetTopicRequest<'a>
[src]
fn clone(&self) -> SetTopicRequest<'a>
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<'a> Default for SetTopicRequest<'a>
[src]
fn default() -> SetTopicRequest<'a>
Returns the "default value" for a type. Read more