Struct slack_api::pins::RemoveResponse
[−]
[src]
pub struct RemoveResponse { /* fields omitted */ }
Trait Implementations
impl Clone for RemoveResponse
[src]
fn clone(&self) -> RemoveResponse
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 RemoveResponse
[src]
impl<E: Error> Into<Result<RemoveResponse, RemoveError<E>>> for RemoveResponse
[src]
fn into(self) -> Result<RemoveResponse, RemoveError<E>>
Performs the conversion.