Struct slack_api::groups::SetPurposeResponse [] [src]

pub struct SetPurposeResponse {
    pub purpose: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for SetPurposeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetPurposeResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<SetPurposeResponse, SetPurposeError<E>>> for SetPurposeResponse
[src]

Performs the conversion.