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