Struct slack_api::channels::InviteRequest [] [src]

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

Fields

Channel to invite user to.

User to invite to channel.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.