Struct slack_api::channels::KickRequest
[−]
[src]
pub struct KickRequest<'a> { pub channel: &'a str, pub user: &'a str, }
Fields
channel: &'a str
Channel to remove user from.
user: &'a str
User to remove from channel.
Trait Implementations
impl<'a> Clone for KickRequest<'a>
[src]
fn clone(&self) -> KickRequest<'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 KickRequest<'a>
[src]
fn default() -> KickRequest<'a>
Returns the "default value" for a type. Read more