Struct slack_api::groups::CreateRequest [] [src]

pub struct CreateRequest<'a> {
    pub name: &'a str,
    pub validate: Option<bool>,
}

Fields

Name of private channel to create

Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.