Struct slack_api::channels::KickResponse [] [src]

pub struct KickResponse { /* fields omitted */ }

Trait Implementations

impl Clone for KickResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KickResponse
[src]

Formats the value using the given formatter.

impl<E: Error> Into<Result<KickResponse, KickError<E>>> for KickResponse
[src]

Performs the conversion.