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