Enum slack_api::pins::ListResponseItem
[−]
[src]
pub enum ListResponseItem {
Message(ListResponseItemMessage),
File(ListResponseItemFile),
FileComment(ListResponseItemFileComment),
}Variants
Message(ListResponseItemMessage)File(ListResponseItemFile)FileComment(ListResponseItemFileComment)Trait Implementations
impl Clone for ListResponseItem[src]
fn clone(&self) -> ListResponseItem
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 ListResponseItem[src]
impl Deserialize for ListResponseItem[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more