Struct slack_api::groups::InviteRequest [] [src]

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

Fields

Private channel to invite user to.

User to invite.

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.