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