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