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