Struct slack_api::groups::SetTopicRequest [] [src]

pub struct SetTopicRequest<'a> {
    pub channel: &'a str,
    pub topic: &'a str,
}

Fields

Private channel to set the topic of

The new topic

Trait Implementations

impl<'a> Clone for SetTopicRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for SetTopicRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for SetTopicRequest<'a>
[src]

Formats the value using the given formatter.