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