Struct slack_api::groups::CreateChildRequest [] [src]

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

Fields

Private channel to clone and archive.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.