Struct slack_api::groups::CreateChildResponse [] [src]

pub struct CreateChildResponse {
    pub group: Option<Group>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for CreateChildResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateChildResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<CreateChildResponse, CreateChildError<E>>> for CreateChildResponse
[src]

Performs the conversion.