Struct slack_api::groups::CreateResponse [] [src]

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

Fields

Trait Implementations

impl Clone for CreateResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<CreateResponse, CreateError<E>>> for CreateResponse
[src]

Performs the conversion.