Struct slack_api::dnd::TeamInfoResponse [] [src]

pub struct TeamInfoResponse {
    pub users: Option<HashMap<String, bool>>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for TeamInfoResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TeamInfoResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<TeamInfoResponse, TeamInfoError<E>>> for TeamInfoResponse
[src]

Performs the conversion.