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