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