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