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