Struct slack_api::groups::InviteRequest
[−]
[src]
pub struct InviteRequest<'a> {
pub channel: &'a str,
pub user: &'a str,
}Fields
channel: &'a str
Private channel to invite user to.
user: &'a str
User to invite.
Trait Implementations
impl<'a> Clone for InviteRequest<'a>[src]
fn clone(&self) -> InviteRequest<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Default for InviteRequest<'a>[src]
fn default() -> InviteRequest<'a>
Returns the "default value" for a type. Read more