Struct slack_api::groups::RenameRequest [] [src]

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

Fields

Private channel to rename

New name for private channel.

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.