Struct slack_api::groups::SetPurposeRequest [] [src]

pub struct SetPurposeRequest<'a> {
    pub channel: &'a str,
    pub purpose: &'a str,
}

Fields

Private channel to set the purpose of

The new purpose

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.