Struct slack_api::groups::InviteResponse [] [src]

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

Fields

Trait Implementations

impl Clone for InviteResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InviteResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<InviteResponse, InviteError<E>>> for InviteResponse
[src]

Performs the conversion.