Enum slack_api::reactions::GetResponse
[−]
[src]
pub enum GetResponse { Message(GetResponseMessage), File(GetResponseFile), FileComment(GetResponseFileComment), }
Variants
Message(GetResponseMessage)
File(GetResponseFile)
FileComment(GetResponseFileComment)
Trait Implementations
impl Clone for GetResponse
[src]
fn clone(&self) -> GetResponse
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 GetResponse
[src]
impl Deserialize for GetResponse
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more
impl<E: Error> Into<Result<GetResponse, GetError<E>>> for GetResponse
[src]
fn into(self) -> Result<GetResponse, GetError<E>>
Performs the conversion.