Struct slack_api::users::SetPresenceResponse [] [src]

pub struct SetPresenceResponse { /* fields omitted */ }

Trait Implementations

impl Clone for SetPresenceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetPresenceResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<SetPresenceResponse, SetPresenceError<E>>> for SetPresenceResponse
[src]

Performs the conversion.