Struct slack_api::channels::JoinResponse
[−]
[src]
pub struct JoinResponse { pub channel: Option<Channel>, // some fields omitted }
Fields
channel: Option<Channel>
Trait Implementations
impl Clone for JoinResponse
[src]
fn clone(&self) -> JoinResponse
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 JoinResponse
[src]
impl<E: Error> Into<Result<JoinResponse, JoinError<E>>> for JoinResponse
[src]
fn into(self) -> Result<JoinResponse, JoinError<E>>
Performs the conversion.