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