Struct slack_api::pins::RemoveResponse [] [src]

pub struct RemoveResponse { /* fields omitted */ }

Trait Implementations

impl Clone for RemoveResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RemoveResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<RemoveResponse, RemoveError<E>>> for RemoveResponse
[src]

Performs the conversion.