Struct slack_api::users::DeletePhotoResponse [] [src]

pub struct DeletePhotoResponse { /* fields omitted */ }

Trait Implementations

impl Clone for DeletePhotoResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeletePhotoResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<DeletePhotoResponse, DeletePhotoError<E>>> for DeletePhotoResponse
[src]

Performs the conversion.