Struct slack_api::groups::LeaveRequest [] [src]

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

Fields

Private channel to leave

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.