Struct slack_api::channels::UnarchiveRequest [] [src]

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

Fields

Channel to unarchive

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.