Struct slack_api::users::DeletePhotoResponse
[−]
[src]
pub struct DeletePhotoResponse { /* fields omitted */ }
Trait Implementations
impl Clone for DeletePhotoResponse
[src]
fn clone(&self) -> DeletePhotoResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for DeletePhotoResponse
[src]
impl<E: Error> Into<Result<DeletePhotoResponse, DeletePhotoError<E>>> for DeletePhotoResponse
[src]
fn into(self) -> Result<DeletePhotoResponse, DeletePhotoError<E>>
Performs the conversion.