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