Struct slack_api::users::GetPresenceResponse [] [src]

pub struct GetPresenceResponse {
    pub presence: Option<String>,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for GetPresenceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetPresenceResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<GetPresenceResponse, GetPresenceError<E>>> for GetPresenceResponse
[src]

Performs the conversion.