Struct slack_api::channels::KickRequest [] [src]

pub struct KickRequest<'a> {
    pub channel: &'a str,
    pub user: &'a str,
}

Fields

Channel to remove user from.

User to remove from channel.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.