Struct slack_api::channels::JoinRequest [] [src]

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

Fields

Name of channel to join

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.