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